#1629: Well formedness errors in generated allFolios xml files

opened by tcatapano

The concatenation of individual ms-xml files needs to be wrapped in a root element (e.g., <all>) in order to be well formed. I will fix manually, and create an issue for manuscript-object/update.py code.


tcatapano commented:

Likewise the entry XML files under entries/. This is more extensive (108 files), so will not fix in the upcoming release but will note in the release notes.

$ xmllint --noout entries/xml/*/*.xml | grep 'error' | cut -d':' -f1 entries/xml/tc/tc_001r_3.xml:144: parser error : Extra content at the end of the document <div id="p001r_3" part="y"> ^ entries/xml/tc/tc_003r_3.xml:26: parser error : Extra content at the end of the document <div continues="yes" id="p003r_3" categories="varnish"> ^ entries/xml/tc/tc_004v_3.xml:36: parser error : Extra content at the end of the document <div continues="yes" id="p004v_3" categories="varnish"> ^ entries/xml/tc/tc_005r_2.xml:23: parser error : Extra content at the end of the document <div continues="yes" id="p005r_2" categories="practical optics"> ^ entries/xml/tc/tc_012v_3.xml:65: parser error : Extra content at the end of the document <div continues="yes" id="p012v_3" categories="stones"> ^ entries/xml/tc/tc_013r_4.xml:23: parser error : Extra content at the end of the document <div continues="yes" id="p013r_4" categories="tool"> ^ entries/xml/tc/tc_016r_1.xml:57: parser error : Extra content at the end of the document <div id="p016r_1" part="y"> ^ entries/xml/tc/tc_017r_1.xml:218: parser error : Extra content at the end of the document <div continues="yes" id="p017r_1" categories="arms and armor" continued="yes"> ^ entries/xml/tc/tc_021r_2.xml:71: parser error : Extra content at the end of the document <div continues="yes" id="p021r_2" categories="arms and armor;practical optics"> ^ entries/xml/tc/tc_023r_1.xml:187: parser error : Extra content at the end of the document <div continues="yes" id="p023r_1" categories="arms and armor"> ^ entries/xml/tc/tc_024v_1.xml:48: parser error : Extra content at the end of the document <div id="p024v_1" part="y"> ^ entries/xml/tc/tc_030r_2.xml:70: parser error : Extra content at the end of the document <div continues="yes" id="p030r_2" categories="casting" continued="yes"> ^ entries/xml/tc/tc_035v_2.xml:99: parser error : Extra content at the end of the document <div continues="yes" id="p035v_2" categories="tricks and sleight of hand"> ^ entries/xml/tc/tc_039v_3.xml:85: parser error : Extra content at the end of the document <div continues="yes" id="p039v_3" categories="painting;glass process"> ^ entries/xml/tc/tc_051r_2.xml:84: parser error : Extra content at the end of the document <div continues="yes" id="p051r_2" categories="printing"> ^ entries/xml/tc/tc_052r_1.xml:118: parser error : Extra content at the end of the document <div continues="yes" id="p052r_1" categories="cultivation;alchemy"> ^ entries/xml/tc/tc_053v_1.xml:133: parser error : Extra content at the end of the document <div continues="yes" id="p053v_1" categories="cultivation;animal husbandry"> ^ entries/xml/tc/tc_055r_4.xml:39: parser error : Extra content at the end of the document <div continues="yes" id="p055r_4" categories="medicine"> ^ entries/xml/tc/tc_056v_1.xml:194: parser error : Extra content at the end of the document <div continues="yes" id="p056v_1" categories="painting;varnish"> ^ entries/xml/tc/tc_057v_2.xml:44: parser error : Extra content at the end of the document <div continues="yes" id="p057v_2" categories="painting"> ^ entries/xml/tc/tc_058v_5.xml:78: parser error : Extra content at the end of the document <div continues="yes" id="p058v_5" categories="painting"> ^ entries/xml/tc/tc_059v_6.xml:33: parser error : Extra content at the end of the document <div continues="yes" id="p059v_6" categories="painting"> ^ entries/xml/tc/tc_060v_4.xml:10: parser error : Extra content at the end of the document <div continues="yes" id="p060v_4" categories="painting;varnish"> ^ entries/xml/tc/tc_066r_5.xml:39: parser error : Extra content at the end of the document <div continues="yes" id="p066r_5" categories="varnish"> ^ entries/xml/tc/tc_066r_6.xml:139: parser error : Extra content at the end of the document <div continues="yes" id="p066r_6" categories="painting"> ^ entries/xml/tc/tc_066v_4.xml:32: parser error : Extra content at the end of the document <div continues="yes" id="p066v_4" categories="painting"> ^ entries/xml/tc/tc_068r_3.xml:79: parser error : Extra content at the end of the document <div continues="yes" id="p068r_3" categories="casting" continued="yes"> ^ entries/xml/tc/tc_069r_2.xml:113: parser error : Extra content at the end of the document <div continues="yes" id="p069r_2" categories="casting" continued="yes"> ^ entries/xml/tc/tc_073r_5.xml:14: parser error : Extra content at the end of the document <div continues="yes" id="p073r_5" categories="metal process"> ^ entries/xml/tc/tc_074r_3.xml:47: parser error : Extra content at the end of the document <div continues="yes" id="p074r_3" categories="varnish"> ^ entries/xml/tc/tc_075v_4.xml:25: parser error : Extra content at the end of the document <div continues="yes" id="p075v_4" categories="wood and its coloring"> ^ entries/xml/tc/tc_077r_4.xml:25: parser error : Extra content at the end of the document <div continues="yes" id="p077r_4" categories="varnish"> ^ entries/xml/tc/tc_077v_3.xml:16: parser error : Extra content at the end of the document <div continues="yes" id="p077v_3" categories="varnish"> ^ entries/xml/tc/tc_078v_4.xml:20: parser error : Extra content at the end of the document <div continues="yes" id="p078v_4" categories="metal process;wood and its colorin ^ entries/xml/tc/tc_079r_3.xml:24: parser error : Extra content at the end of the document <div continues="yes" id="p079r_3" categories="metal process;wood and its colorin ^ entries/xml/tc/tc_084r_5.xml:39: parser error : Extra content at the end of the document <div id="p084r_5" categories="casting" continued="yes"> ^ entries/xml/tc/tc_084v_4.xml:39: parser error : Extra content at the end of the document <div continues="yes" id="p084v_4" categories="casting"> ^ entries/xml/tc/tc_085v_4.xml:67: parser error : Extra content at the end of the document <div continues="yes" id="p085v_4" categories="casting" continued="yes"> ^ entries/xml/tc/tc_086v_1.xml:79: parser error : Extra content at the end of the document <div continues="yes" id="p086v_1" categories="casting"> ^ entries/xml/tc/tc_090r_3.xml:40: parser error : Extra content at the end of the document <div continues="yes" id="p090r_3" categories="casting"> ^ entries/xml/tc/tc_091r_2.xml:89: parser error : Extra content at the end of the document <div continues="yes" id="p091r_2" categories="casting"> ^ entries/xml/tc/tc_094r_1.xml:124: parser error : Extra content at the end of the document <div continues="yes" id="p094r_1" categories="arms and armor" continued="yes"> ^ entries/xml/tc/tc_098v_5.xml:34: parser error : Extra content at the end of the document <div continues="yes" id="p098v_5" categories="casting"> ^ entries/xml/tc/tc_100v_2.xml:55: parser error : Extra content at the end of the document <div continues="yes" id="p100v_2" categories="stones"> ^ entries/xml/tc/tc_101r_2.xml:39: parser error : Extra content at the end of the document <div continues="yes" id="p101r_2" categories="metal process;casting"> ^ entries/xml/tc/tc_105r_4.xml:76: parser error : Extra content at the end of the document <div continues="yes" id="p105r_4" categories="cultivation"> ^ entries/xml/tc/tc_106v_2.xml:173: parser error : Extra content at the end of the document <div continues="yes" id="p106v_2" categories="casting"> ^ entries/xml/tc/tc_107r_1.xml:103: parser error : Extra content at the end of the document <div continues="yes" id="p107r_1" categories="casting" continued="yes"> ^ entries/xml/tc/tc_108r_2.xml:32: parser error : Extra content at the end of the document <div continues="yes" id="p108r_2" categories="casting"> ^ entries/xml/tc/tc_109r_5.xml:28: parser error : Extra content at the end of the document <div continues="yes" id="p109r_5" categories="casting"> ^ entries/xml/tc/tc_110r_3.xml:100: parser error : Extra content at the end of the document <div continues="yes" id="p110r_3" categories="casting"> ^ entries/xml/tc/tc_112r_4.xml:80: parser error : Extra content at the end of the document <div continues="yes" id="p112r_4" categories="casting"> ^ entries/xml/tc/tc_112v_1.xml:183: parser error : Extra content at the end of the document <div continues="yes" id="p112v_1" categories="casting"> ^ entries/xml/tc/tc_113r_1.xml:24: parser error : Extra content at the end of the document <div continues="yes" id="p113r_1" categories="casting"> ^ entries/xml/tc/tc_114r_1.xml:233: parser error : Extra content at the end of the document <div continues="yes" id="p114r_1" categories="casting" continued="yes"> ^ entries/xml/tc/tc_115v_3.xml:138: parser error : Extra content at the end of the document <div continues="yes" id="p115v_3" categories="casting"> ^ entries/xml/tc/tc_118v_1.xml:235: parser error : Extra content at the end of the document <div continues="yes" id="p118v_1" categories="casting"> ^ entries/xml/tc/tc_120r_3.xml:65: parser error : Extra content at the end of the document <div continues="yes" id="p120r_3" categories="casting;animal husbandry"> ^ entries/xml/tc/tc_120v_6.xml:126: parser error : Extra content at the end of the document <div continues="yes" id="p120v_6" categories="preserving"> ^ entries/xml/tc/tc_123r_1.xml:179: parser error : Extra content at the end of the document <div continues="yes" id="p123r_1" categories="metal process"> ^ entries/xml/tc/tc_124v_3.xml:102: parser error : Extra content at the end of the document <div continues="yes" id="p124v_3" categories="casting"> ^ entries/xml/tc/tc_125r_1.xml:75: parser error : Extra content at the end of the document <div id="p125r_1" part="y"> ^ entries/xml/tc/tc_126v_3.xml:53: parser error : Extra content at the end of the document <div continues="yes" id="p126v_3" categories="casting"> ^ entries/xml/tc/tc_128r_1.xml:204: parser error : Extra content at the end of the document <div continues="yes" id="p128r_1" categories="casting"> ^ entries/xml/tc/tc_131r_5.xml:51: parser error : Extra content at the end of the document <div continues="yes" id="p131r_5" categories="casting"> ^ entries/xml/tc/tc_131v_1.xml:123: parser error : Extra content at the end of the document <div continues="yes" id="p131v_1" categories="casting"> ^ entries/xml/tc/tc_132r_2.xml:111: parser error : Extra content at the end of the document <div continues="yes" id="p132r_2" categories="casting"> ^ entries/xml/tc/tc_133v_3.xml:58: parser error : Extra content at the end of the document <div continues="yes" id="p133v_3" categories="casting"> ^ entries/xml/tc/tc_135v_1.xml:124: parser error : Extra content at the end of the document <div continues="yes" id="p135v_1" categories="casting"> ^ entries/xml/tc/tc_137v_1.xml:151: parser error : Extra content at the end of the document <div continues="yes" id="p137v_1" categories="casting"> ^ entries/xml/tc/tc_139r_1.xml:197: parser error : Extra content at the end of the document <div continues="yes" id="p139r_1" categories="casting"> ^ entries/xml/tc/tc_139v_1.xml:157: parser error : Extra content at the end of the document <div continues="yes" id="p139v_1" categories="casting;wax process" continued="ye ^ entries/xml/tc/tc_141r_1.xml:242: parser error : Extra content at the end of the document <div continues="yes" id="p141r_1" categories="casting" continued="yes"> ^ entries/xml/tc/tc_143r_3.xml:50: parser error : Extra content at the end of the document <div continues="yes" id="p143r_3" categories="casting"> ^ entries/xml/tc/tc_144r_1.xml:146: parser error : Extra content at the end of the document <div continues="yes" id="p144r_1" categories="casting" continued="yes"> ^ entries/xml/tc/tc_145r_2.xml:84: parser error : Extra content at the end of the document <div continues="yes" id="p145r_2" categories="casting"> ^ entries/xml/tc/tc_145v_1.xml:46: parser error : Extra content at the end of the document <div continues="yes" id="p145v_1" categories="casting"> ^ entries/xml/tc/tc_145v_2.xml:57: parser error : Extra content at the end of the document <div id="p145v_2" part="y"> ^ entries/xml/tc/tc_146v_1.xml:126: parser error : Extra content at the end of the document <div continues="yes" id="p146v_1" categories="casting"> ^ entries/xml/tc/tc_147v_4.xml:74: parser error : Extra content at the end of the document <div continues="yes" id="p147v_4" categories="casting"> ^ entries/xml/tc/tc_150v_1.xml:221: parser error : Extra content at the end of the document <div continues="yes" id="p150v_1" categories="casting" continued="yes"> ^ entries/xml/tc/tc_153r_2.xml:18: parser error : Extra content at the end of the document <div continues="yes" id="p153r_2" categories="casting"> ^ entries/xml/tc/tc_166r_1.xml:110: parser error : Extra content at the end of the document <div continues="yes" id="p166r_1" categories="La boutique"> ^ entries/xml/tc/tc_167r_1.xml:68: parser error : Extra content at the end of the document <div continues="yes" id="p167r_1" categories="arms and armor" continued="yes"> ^ entries/xml/tc/tc_169v_2.xml:141: parser error : Extra content at the end of the document <div continues="yes" id="p169v_2" categories="casting"> ^ entries/xml/tcn/tcn_001r_3.xml:143: parser error : Extra content at the end of the document <div id="p001r_3" part="y"> ^ entries/xml/tcn/tcn_003r_3.xml:26: parser error : Extra content at the end of the document <div continues="yes" id="p003r_3" categories="varnish"> ^ entries/xml/tcn/tcn_004v_3.xml:35: parser error : Extra content at the end of the document <div continues="yes" id="p004v_3" categories="varnish"> ^ entries/xml/tcn/tcn_005r_2.xml:23: parser error : Extra content at the end of the document <div continues="yes" id="p005r_2" categories="practical optics"> ^ entries/xml/tcn/tcn_012v_3.xml:65: parser error : Extra content at the end of the document <div continues="yes" id="p012v_3" categories="stones"> ^ entries/xml/tcn/tcn_013r_4.xml:21: parser error : Extra content at the end of the document <div continues="yes" id="p013r_4" categories="tool"> ^ entries/xml/tcn/tcn_016r_1.xml:56: parser error : Extra content at the end of the document <div id="p016r_1" part="y"> ^ entries/xml/tcn/tcn_017r_1.xml:218: parser error : Extra content at the end of the document <div continues="yes" id="p017r_1" categories="arms and armor" continued="yes"> ^ entries/xml/tcn/tcn_021r_2.xml:73: parser error : Extra content at the end of the document <div continues="yes" id="p021r_2" categories="arms and armor;practical optics"> ^ entries/xml/tcn/tcn_023r_1.xml:188: parser error : Extra content at the end of the document <div continues="yes" id="p023r_1" categories="arms and armor"> ^ entries/xml/tcn/tcn_024v_1.xml:48: parser error : Extra content at the end of the document <div id="p024v_1" part="y"> ^ entries/xml/tcn/tcn_030r_2.xml:68: parser error : Extra content at the end of the document <div continues="yes" id="p030r_2" categories="casting" continued="yes"> ^ entries/xml/tcn/tcn_035v_2.xml:100: parser error : Extra content at the end of the document <div continues="yes" id="p035v_2" categories="tricks and sleight of hand"> ^ entries/xml/tcn/tcn_039v_3.xml:87: parser error : Extra content at the end of the document <div continues="yes" id="p039v_3" categories="painting;glass process"> ^ entries/xml/tcn/tcn_051r_2.xml:84: parser error : Extra content at the end of the document <div continues="yes" id="p051r_2" categories="printing"> ^ entries/xml/tcn/tcn_052r_1.xml:118: parser error : Extra content at the end of the document <div continues="yes" id="p052r_1" categories="cultivation;alchemy"> ^ entries/xml/tcn/tcn_053v_1.xml:138: parser error : Extra content at the end of the document <div continues="yes" id="p053v_1" categories="cultivation;animal husbandry"> ^ entries/xml/tcn/tcn_055r_4.xml:41: parser error : Extra content at the end of the document <div continues="yes" id="p055r_4" categories="medicine"> ^ entries/xml/tcn/tcn_056v_1.xml:195: parser error : Extra content at the end of the document <div continues="yes" id="p056v_1" categories="painting;varnish"> ^ entries/xml/tcn/tcn_057v_2.xml:44: parser error : Extra content at the end of the document <div continues="yes" id="p057v_2" categories="painting"> ^ entries/xml/tcn/tcn_058v_5.xml:79: parser error : Extra content at the end of the document <div continues="yes" id="p058v_5" categories="painting"> ^ entries/xml/tcn/tcn_059v_6.xml:33: parser error : Extra content at the end of the document <div continues="yes" id="p059v_6" categories="painting"> ^ entries/xml/tcn/tcn_060v_4.xml:12: parser error : Extra content at the end of the document <div continues="yes" id="p060v_4" categories="painting;varnish"> ^ entries/xml/tcn/tcn_066r_5.xml:40: parser error : Extra content at the end of the document <div continues="yes" id="p066r_5" categories="varnish"> ^ entries/xml/tcn/tcn_066r_6.xml:141: parser error : Extra content at the end of the document <div continues="yes" id="p066r_6" categories="painting"> ^ entries/xml/tcn/tcn_066v_4.xml:31: parser error : Extra content at the end of the document <div continues="yes" id="p066v_4" categories="painting"> ^ entries/xml/tcn/tcn_068r_3.xml:78: parser error : Extra content at the end of the document <div continues="yes" id="p068r_3" categories="casting" continued="yes"> ^ entries/xml/tcn/tcn_069r_2.xml:111: parser error : Extra content at the end of the document <div continues="yes" id="p069r_2" categories="casting" continued="yes"> ^ entries/xml/tcn/tcn_073r_5.xml:15: parser error : Extra content at the end of the document <div continues="yes" id="p073r_5" categories="metal process"> ^ entries/xml/tcn/tcn_074r_3.xml:48: parser error : Extra content at the end of the document <div continues="yes" id="p074r_3" categories="varnish"> ^ entries/xml/tcn/tcn_075v_4.xml:25: parser error : Extra content at the end of the document <div continues="yes" id="p075v_4" categories="wood and its coloring"> ^ entries/xml/tcn/tcn_077r_4.xml:25: parser error : Extra content at the end of the document <div continues="yes" id="p077r_4" categories="varnish"> ^ entries/xml/tcn/tcn_077v_3.xml:13: parser error : Extra content at the end of the document <div continues="yes" id="p077v_3" categories="varnish"> ^ entries/xml/tcn/tcn_078v_4.xml:21: parser error : Extra content at the end of the document <div continues="yes" id="p078v_4" categories="metal process;wood and its colorin ^ entries/xml/tcn/tcn_079r_3.xml:24: parser error : Extra content at the end of the document <div continues="yes" id="p079r_3" categories="metal process;wood and its colorin ^ entries/xml/tcn/tcn_084r_5.xml:39: parser error : Extra content at the end of the document <div id="p084r_5" categories="casting" continued="yes"> ^ entries/xml/tcn/tcn_084v_4.xml:39: parser error : Extra content at the end of the document <div continues="yes" id="p084v_4" categories="casting"> ^ entries/xml/tcn/tcn_085v_4.xml:68: parser error : Extra content at the end of the document <div continues="yes" id="p085v_4" categories="casting" continued="yes"> ^ entries/xml/tcn/tcn_086v_1.xml:79: parser error : Extra content at the end of the document <div continues="yes" id="p086v_1" categories="casting"> ^ entries/xml/tcn/tcn_090r_3.xml:56: parser error : Extra content at the end of the document <div continues="yes" id="p090r_3" categories="casting"> ^ entries/xml/tcn/tcn_091r_2.xml:87: parser error : Extra content at the end of the document <div continues="yes" id="p091r_2" categories="casting"> ^ entries/xml/tcn/tcn_094r_1.xml:127: parser error : Extra content at the end of the document <div continues="yes" id="p094r_1" categories="arms and armor" continued="yes"> ^ entries/xml/tcn/tcn_098v_5.xml:33: parser error : Extra content at the end of the document <div continues="yes" id="p098v_5" categories="casting"> ^ entries/xml/tcn/tcn_100v_2.xml:55: parser error : Extra content at the end of the document <div continues="yes" id="p100v_2" categories="stones"> ^ entries/xml/tcn/tcn_101r_2.xml:39: parser error : Extra content at the end of the document <div continues="yes" id="p101r_2" categories="metal process;casting"> ^ entries/xml/tcn/tcn_105r_4.xml:79: parser error : Extra content at the end of the document <div continues="yes" id="p105r_4" categories="cultivation"> ^ entries/xml/tcn/tcn_106v_2.xml:178: parser error : Extra content at the end of the document <div continues="yes" id="p106v_2" categories="casting"> ^ entries/xml/tcn/tcn_107r_1.xml:103: parser error : Extra content at the end of the document <div continues="yes" id="p107r_1" categories="casting" continued="yes"> ^ entries/xml/tcn/tcn_108r_2.xml:32: parser error : Extra content at the end of the document <div continues="yes" id="p108r_2" categories="casting"> ^ entries/xml/tcn/tcn_109r_5.xml:28: parser error : Extra content at the end of the document <div continues="yes" id="p109r_5" categories="casting"> ^ entries/xml/tcn/tcn_110r_3.xml:103: parser error : Extra content at the end of the document <div continues="yes" id="p110r_3" categories="casting"> ^ entries/xml/tcn/tcn_112r_4.xml:80: parser error : Extra content at the end of the document <div continues="yes" id="p112r_4" categories="casting"> ^ entries/xml/tcn/tcn_112v_1.xml:187: parser error : Extra content at the end of the document <div continues="yes" id="p112v_1" categories="casting"> ^ entries/xml/tcn/tcn_113r_1.xml:25: parser error : Extra content at the end of the document <div continues="yes" id="p113r_1" categories="casting"> ^ entries/xml/tcn/tcn_114r_1.xml:232: parser error : Extra content at the end of the document <div continues="yes" id="p114r_1" categories="casting" continued="yes"> ^ entries/xml/tcn/tcn_115v_3.xml:136: parser error : Extra content at the end of the document <div continues="yes" id="p115v_3" categories="casting"> ^ entries/xml/tcn/tcn_118v_1.xml:231: parser error : Extra content at the end of the document <div continues="yes" id="p118v_1" categories="casting"> ^ entries/xml/tcn/tcn_120r_3.xml:65: parser error : Extra content at the end of the document <div continues="yes" id="p120r_3" categories="casting;animal husbandry"> ^ entries/xml/tcn/tcn_120v_6.xml:123: parser error : Extra content at the end of the document <div continues="yes" id="p120v_6" categories="preserving"> ^ entries/xml/tcn/tcn_123r_1.xml:179: parser error : Extra content at the end of the document <div continues="yes" id="p123r_1" categories="metal process"> ^ entries/xml/tcn/tcn_124v_3.xml:105: parser error : Extra content at the end of the document <div continues="yes" id="p124v_3" categories="casting"> ^ entries/xml/tcn/tcn_125r_1.xml:77: parser error : Extra content at the end of the document <div id="p125r_1" part="y"> ^ entries/xml/tcn/tcn_126v_3.xml:53: parser error : Extra content at the end of the document <div continues="yes" id="p126v_3" categories="casting"> ^ entries/xml/tcn/tcn_128r_1.xml:206: parser error : Extra content at the end of the document <div continues="yes" id="p128r_1" categories="casting"> ^ entries/xml/tcn/tcn_131r_5.xml:52: parser error : Extra content at the end of the document <div continues="yes" id="p131r_5" categories="casting"> ^ entries/xml/tcn/tcn_131v_1.xml:124: parser error : Extra content at the end of the document <div continues="yes" id="p131v_1" categories="casting"> ^ entries/xml/tcn/tcn_132r_2.xml:112: parser error : Extra content at the end of the document <div continues="yes" id="p132r_2" categories="casting"> ^ entries/xml/tcn/tcn_133v_3.xml:58: parser error : Extra content at the end of the document <div continues="yes" id="p133v_3" categories="casting"> ^ entries/xml/tcn/tcn_135v_1.xml:125: parser error : Extra content at the end of the document <div continues="yes" id="p135v_1" categories="casting"> ^ entries/xml/tcn/tcn_137v_1.xml:154: parser error : Extra content at the end of the document <div continues="yes" id="p137v_1" categories="casting"> ^ entries/xml/tcn/tcn_139r_1.xml:197: parser error : Extra content at the end of the document <div continues="yes" id="p139r_1" categories="casting"> ^ entries/xml/tcn/tcn_139v_1.xml:159: parser error : Extra content at the end of the document <div continues="yes" id="p139v_1" categories="casting;wax process" continued="ye ^ entries/xml/tcn/tcn_141r_1.xml:226: parser error : Extra content at the end of the document <div continues="yes" id="p141r_1" categories="casting" continued="yes"> ^ entries/xml/tcn/tcn_143r_3.xml:52: parser error : Extra content at the end of the document <div continues="yes" id="p143r_3" categories="casting"> ^ entries/xml/tcn/tcn_144r_1.xml:148: parser error : Extra content at the end of the document <div continues="yes" id="p144r_1" categories="casting"> ^ entries/xml/tcn/tcn_145r_2.xml:87: parser error : Extra content at the end of the document <div continues="yes" id="p145r_2" categories="casting"> ^ entries/xml/tcn/tcn_145v_1.xml:46: parser error : Extra content at the end of the document <div continues="yes" id="p145v_1" categories="casting"> ^ entries/xml/tcn/tcn_145v_2.xml:57: parser error : Extra content at the end of the document <div id="p145v_2" part="y"> ^ entries/xml/tcn/tcn_146v_1.xml:127: parser error : Extra content at the end of the document <div continues="yes" id="p146v_1" categories="casting"> ^ entries/xml/tcn/tcn_147v_4.xml:76: parser error : Extra content at the end of the document <div continues="yes" id="p147v_4" categories="casting"> ^ entries/xml/tcn/tcn_150v_1.xml:228: parser error : Extra content at the end of the document <div continues="yes" id="p150v_1" categories="casting" continued="yes"> ^ entries/xml/tcn/tcn_153r_2.xml:18: parser error : Extra content at the end of the document <div continues="yes" id="p153r_2" categories="casting"> ^ entries/xml/tcn/tcn_166r_1.xml:111: parser error : Extra content at the end of the document <div continues="yes" id="p166r_1" categories="La boutique"> ^ entries/xml/tcn/tcn_167r_1.xml:68: parser error : Extra content at the end of the document <div continues="yes" id="p167r_1" categories="arms and armor" continued="yes"> ^ entries/xml/tcn/tcn_169v_2.xml:141: parser error : Extra content at the end of the document <div continues="yes" id="p169v_2" categories="casting"> ^ entries/xml/tl/tl_001r_3.xml:144: parser error : Extra content at the end of the document <div id="p001r_3" part="y"> ^ entries/xml/tl/tl_003r_3.xml:17: parser error : Extra content at the end of the document <div continues="yes" id="p003r_3" categories="varnish"> ^ entries/xml/tl/tl_004v_3.xml:20: parser error : Extra content at the end of the document <div continues="yes" id="p004v_3" categories="varnish"> ^ entries/xml/tl/tl_005r_2.xml:17: parser error : Extra content at the end of the document <div continues="yes" id="p005r_2" categories="practical optics"> ^ entries/xml/tl/tl_012v_3.xml:33: parser error : Extra content at the end of the document <div continues="yes" id="p012v_3" categories="stones"> ^ entries/xml/tl/tl_013r_4.xml:16: parser error : Extra content at the end of the document <div continues="yes" id="p013r_4" categories="tool"> ^ entries/xml/tl/tl_016r_1.xml:32: parser error : Extra content at the end of the document <div id="p016r_1" part="y"> ^ entries/xml/tl/tl_017r_1.xml:101: parser error : Extra content at the end of the document <div continues="yes" id="p017r_1" categories="arms and armor" continued="yes"> ^ entries/xml/tl/tl_021r_2.xml:33: parser error : Extra content at the end of the document <div continues="yes" id="p021r_2" categories="arms and armor;practical optics"> ^ entries/xml/tl/tl_023r_1.xml:74: parser error : Extra content at the end of the document <div continues="yes" id="p023r_1" categories="arms and armor"> ^ entries/xml/tl/tl_024v_1.xml:28: parser error : Extra content at the end of the document <div id="p024v_1" part="y"> ^ entries/xml/tl/tl_030r_2.xml:38: parser error : Extra content at the end of the document <div continues="yes" id="p030r_2" categories="casting" continued="yes"> ^ entries/xml/tl/tl_035v_2.xml:54: parser error : Extra content at the end of the document <div continues="yes" id="p035v_2" categories="tricks and sleight of hand"> ^ entries/xml/tl/tl_039v_3.xml:41: parser error : Extra content at the end of the document <div continues="yes" id="p039v_3" categories="painting;glass process"> ^ entries/xml/tl/tl_051r_2.xml:37: parser error : Extra content at the end of the document <div continues="yes" id="p051r_2" categories="printing"> ^ entries/xml/tl/tl_052r_1.xml:57: parser error : Extra content at the end of the document <div continues="yes" id="p052r_1" categories="cultivation;alchemy"> ^ entries/xml/tl/tl_053v_1.xml:73: parser error : Extra content at the end of the document <div continues="yes" id="p053v_1" categories="cultivation;animal husbandry"> ^ entries/xml/tl/tl_055r_4.xml:25: parser error : Extra content at the end of the document <div continues="yes" id="p055r_4" categories="medicine"> ^ entries/xml/tl/tl_056v_1.xml:84: parser error : Extra content at the end of the document <div continues="yes" id="p056v_1" categories="painting;varnish"> ^ entries/xml/tl/tl_057v_2.xml:29: parser error : Extra content at the end of the document <div continues="yes" id="p057v_2" categories="painting"> ^ entries/xml/tl/tl_058v_5.xml:37: parser error : Extra content at the end of the document <div continues="yes" id="p058v_5" categories="painting"> ^ entries/xml/tl/tl_059v_6.xml:19: parser error : Extra content at the end of the document <div continues="yes" id="p059v_6" categories="painting"> ^ entries/xml/tl/tl_060v_4.xml:11: parser error : Extra content at the end of the document <div continues="yes" id="p060v_4" categories="painting;varnish"> ^ entries/xml/tl/tl_066r_5.xml:26: parser error : Extra content at the end of the document <div continues="yes" id="p066r_5" categories="varnish"> ^ entries/xml/tl/tl_066r_6.xml:59: parser error : Extra content at the end of the document <div continues="yes" id="p066r_6" categories="painting"> ^ entries/xml/tl/tl_066v_4.xml:20: parser error : Extra content at the end of the document <div continues="yes" id="p066v_4" categories="painting"> ^ entries/xml/tl/tl_068r_3.xml:37: parser error : Extra content at the end of the document <div continues="yes" id="p068r_3" categories="casting" continued="yes"> ^ entries/xml/tl/tl_069r_2.xml:50: parser error : Extra content at the end of the document <div continues="yes" id="p069r_2" categories="casting" continued="yes"> ^ entries/xml/tl/tl_073r_5.xml:15: parser error : Extra content at the end of the document <div continues="yes" id="p073r_5" categories="metal process"> ^ entries/xml/tl/tl_074r_3.xml:28: parser error : Extra content at the end of the document <div continues="yes" id="p074r_3" categories="varnish"> ^ entries/xml/tl/tl_075v_4.xml:15: parser error : Extra content at the end of the document <div continues="yes" id="p075v_4" categories="wood and its coloring"> ^ entries/xml/tl/tl_077r_4.xml:17: parser error : Extra content at the end of the document <div continues="yes" id="p077r_4" categories="varnish"> ^ entries/xml/tl/tl_077v_3.xml:13: parser error : Extra content at the end of the document <div continues="yes" id="p077v_3" categories="varnish"> ^ entries/xml/tl/tl_078v_4.xml:14: parser error : Extra content at the end of the document <div continues="yes" id="p078v_4" categories="metal process;wood and its colorin ^ entries/xml/tl/tl_079r_3.xml:18: parser error : Extra content at the end of the document <div continues="yes" id="p079r_3" categories="metal process;wood and its colorin ^ entries/xml/tl/tl_084r_5.xml:21: parser error : Extra content at the end of the document <div id="p084r_5" categories="casting" continued="yes"> ^ entries/xml/tl/tl_084v_4.xml:25: parser error : Extra content at the end of the document <div continues="yes" id="p084v_4" categories="casting"> ^ entries/xml/tl/tl_085v_4.xml:28: parser error : Extra content at the end of the document <div continues="yes" id="p085v_4" categories="casting" continued="yes"> ^ entries/xml/tl/tl_086v_1.xml:46: parser error : Extra content at the end of the document <div continues="yes" id="p086v_1" categories="casting"> ^ entries/xml/tl/tl_090r_3.xml:30: parser error : Extra content at the end of the document <div continues="yes" id="p090r_3" categories="casting"> ^ entries/xml/tl/tl_091r_2.xml:39: parser error : Extra content at the end of the document <div continues="yes" id="p091r_2" categories="casting"> ^ entries/xml/tl/tl_094r_1.xml:72: parser error : Extra content at the end of the document <div continues="yes" id="p094r_1" categories="arms and armor" continued="yes"> ^ entries/xml/tl/tl_098v_5.xml:22: parser error : Extra content at the end of the document <div continues="yes" id="p098v_5" categories="casting"> ^ entries/xml/tl/tl_100v_2.xml:29: parser error : Extra content at the end of the document <div continues="yes" id="p100v_2" categories="stones"> ^ entries/xml/tl/tl_101r_2.xml:24: parser error : Extra content at the end of the document <div continues="yes" id="p101r_2" categories="metal process;casting"> ^ entries/xml/tl/tl_105r_4.xml:43: parser error : Extra content at the end of the document <div continues="yes" id="p105r_4" categories="cultivation"> ^ entries/xml/tl/tl_106v_2.xml:88: parser error : Extra content at the end of the document <div continues="yes" id="p106v_2" categories="casting"> ^ entries/xml/tl/tl_107r_1.xml:56: parser error : Extra content at the end of the document <div continues="yes" id="p107r_1" categories="casting" continued="yes"> ^ entries/xml/tl/tl_108r_2.xml:18: parser error : Extra content at the end of the document <div continues="yes" id="p108r_2" categories="casting"> ^ entries/xml/tl/tl_109r_5.xml:17: parser error : Extra content at the end of the document <div continues="yes" id="p109r_5" categories="casting"> ^ entries/xml/tl/tl_110r_3.xml:39: parser error : Extra content at the end of the document <div continues="yes" id="p110r_3" categories="casting"> ^ entries/xml/tl/tl_112r_4.xml:33: parser error : Extra content at the end of the document <div continues="yes" id="p112r_4" categories="casting"> ^ entries/xml/tl/tl_112v_1.xml:83: parser error : Extra content at the end of the document <div continues="yes" id="p112v_1" categories="casting"> ^ entries/xml/tl/tl_113r_1.xml:16: parser error : Extra content at the end of the document <div continues="yes" id="p113r_1" categories="casting"> ^ entries/xml/tl/tl_114r_1.xml:107: parser error : Extra content at the end of the document <div continues="yes" id="p114r_1" categories="casting" continued="yes"> ^ entries/xml/tl/tl_115v_3.xml:57: parser error : Extra content at the end of the document <div continues="yes" id="p115v_3" categories="casting"> ^ entries/xml/tl/tl_118v_1.xml:96: parser error : Extra content at the end of the document <div continues="yes" id="p118v_1" categories="casting"> ^ entries/xml/tl/tl_120r_3.xml:33: parser error : Extra content at the end of the document <div continues="yes" id="p120r_3" categories="casting;animal husbandry"> ^ entries/xml/tl/tl_120v_6.xml:64: parser error : Extra content at the end of the document <div continues="yes" id="p120v_6" categories="preserving"> ^ entries/xml/tl/tl_123r_1.xml:86: parser error : Extra content at the end of the document <div continues="yes" id="p123r_1" categories="metal process"> ^ entries/xml/tl/tl_124v_3.xml:67: parser error : Extra content at the end of the document <div continues="yes" id="p124v_3" categories="casting"> ^ entries/xml/tl/tl_125r_1.xml:27: parser error : Extra content at the end of the document <div id="p125r_1" part="y"><ab margin="left-top" render="tall"> ^ entries/xml/tl/tl_126v_3.xml:26: parser error : Extra content at the end of the document <div continues="yes" id="p126v_3" categories="casting"> ^ entries/xml/tl/tl_128r_1.xml:107: parser error : Extra content at the end of the document <div continues="yes" id="p128r_1" categories="casting"> ^ entries/xml/tl/tl_131r_5.xml:28: parser error : Extra content at the end of the document <div continues="yes" id="p131r_5" categories="casting"> ^ entries/xml/tl/tl_131v_1.xml:53: parser error : Extra content at the end of the document <div continues="yes" id="p131v_1" categories="casting"> ^ entries/xml/tl/tl_132r_2.xml:43: parser error : Extra content at the end of the document <div continues="yes" id="p132r_2" categories="casting"> ^ entries/xml/tl/tl_133v_3.xml:31: parser error : Extra content at the end of the document <div continues="yes" id="p133v_3" categories="casting"> ^ entries/xml/tl/tl_135v_1.xml:57: parser error : Extra content at the end of the document <div continues="yes" id="p135v_1" categories="casting"> ^ entries/xml/tl/tl_137v_1.xml:56: parser error : Extra content at the end of the document <div continues="yes" id="p137v_1" categories="casting"> ^ entries/xml/tl/tl_139r_1.xml:73: parser error : Extra content at the end of the document <div continues="yes" id="p139r_1" categories="casting"> ^ entries/xml/tl/tl_139v_1.xml:59: parser error : Extra content at the end of the document <div continues="yes" id="p139v_1" categories="casting;wax process" continued="ye ^ entries/xml/tl/tl_141r_1.xml:77: parser error : Extra content at the end of the document <div continues="yes" id="p141r_1" categories="casting" continued="yes"> ^ entries/xml/tl/tl_143r_3.xml:29: parser error : Extra content at the end of the document <div continues="yes" id="p143r_3" categories="casting"> ^ entries/xml/tl/tl_144r_1.xml:70: parser error : Extra content at the end of the document <div continues="yes" id="p144r_1" categories="casting"> ^ entries/xml/tl/tl_145r_2.xml:41: parser error : Extra content at the end of the document <div continues="yes" id="p145r_2" categories="casting"> ^ entries/xml/tl/tl_145v_1.xml:24: parser error : Extra content at the end of the document <div continues="yes" id="p145v_1" categories="casting"> ^ entries/xml/tl/tl_145v_2.xml:20: parser error : Extra content at the end of the document <div id="p145v_2" part="y"> ^ entries/xml/tl/tl_146v_1.xml:65: parser error : Extra content at the end of the document <div continues="yes" id="p146v_1" categories="casting"> ^ entries/xml/tl/tl_147v_4.xml:35: parser error : Extra content at the end of the document <div continues="yes" id="p147v_4" categories="casting"> ^ entries/xml/tl/tl_150v_1.xml:107: parser error : Extra content at the end of the document <div continues="yes" id="p150v_1" categories="casting" continued="yes"> ^ entries/xml/tl/tl_153r_2.xml:14: parser error : Extra content at the end of the document <div continues="yes" id="p153r_2" categories="casting"> ^ entries/xml/tl/tl_166r_1.xml:69: parser error : Extra content at the end of the document <div continues="yes" id="p166r_1" categories="La boutique"> ^ entries/xml/tl/tl_167r_1.xml:40: parser error : Extra content at the end of the document <div continues="yes" id="p167r_1" categories="arms and armor" continued="yes"> ^ entries/xml/tl/tl_169v_2.xml:64: parser error : Extra content at the end of the document <div continues="yes" id="p169v_2" categories="casting"> ^