Many factors can cause the above.
First check if updates actually include in the XMLs. If they do, very likely, it is Sobek cannot pick up the new updates. To resolve this, replace the current updates with the same content that more spaces have been added between each element. Also to avoid this type of issue, when batch inserting XML chunks, let's format each element with three parts, they are: first line for the beginning tag, second line and more for the actual element content, the last part is for the closing tag.
For example:
Replace
<mods:titleInfo type="alternative"> <mods:title>Berbice gazette</mods:title> </mods:titleInfo> <mods:titleInfo type="alternative"> <mods:title>Berbice royal gazette</mods:title> </mods:titleInfo> <mods:titleInfo type="alternative"> <mods:title>Royal gazette</mods:title> </mods:titleInfo> <mods:subject> <mods:topic>New Amsterdam (guyana)</mods:topic> </mods:subject> <mods:note>Semiweekly</mods:note> <mods:note>Began with number 1231 (March 13, 1822)</mods:note> <mods:note>The Berbice gazette, published in New Amsterdam, Berbice, began between 1804 (Berbice gazette, December 7, 1901, page 1) and 1806 (Proceedings of the American Antiquarian Society, October 1918, page 285), depending on the source consulted, although there is reference to a newspaper located in New Amsterdam by this name in a letter dated May 7, 1805 (Kort historisch verhaal van den eersten aanleg, lotgevallen en voortgang der particuliere colonie Berbice, gelegen in het landschap Guiana in Zuid-America, 1807). </mods:note></mods:mods>
to
<mods:titleInfo type="alternative">
<mods:title>Berbice gazette</mods:title>
</mods:titleInfo>
<mods:titleInfo type="alternative">
<mods:title>Berbice royal gazette</mods:title>
</mods:titleInfo> <mods:titleInfo type="alternative">
<mods:title>Royal gazette</mods:title>
</mods:titleInfo>
<mods:subject>
<mods:topic>New Amsterdam (guyana)</mods:topic>
</mods:subject>
<mods:note>Semiweekly</mods:note>
<mods:note>Began with number 1231 (March 13, 1822)</mods:note>
<mods:note>The Berbice gazette, published in New Amsterdam, Berbice, began between 1804 (Berbice gazette, December 7, 1901, page 1) and 1806 (Proceedings of the American Antiquarian Society, October 1918, page 285), depending on the source consulted, although there is reference to a newspaper located in New Amsterdam by this name in a letter dated May 7, 1805 (Kort historisch verhaal van den eersten aanleg, lotgevallen en voortgang der particuliere colonie Berbice, gelegen in het landschap Guiana in Zuid-America, 1807). </mods:note>
Ingest the same XMLs again to see if the error page still shows up. Very likely, the second round of ingestion could resolve the problem.
When sending files to the builder there is no need to put them into a folder. As long as the .xml is removed, the builder will put them in a folder that works.
Using Bulk Rename Utility app:
1.
1. Move down to the middle right side of the pages to the Extension area.
Using the dropdown arrow, choose Remove and put .xml in the box
2. On the top left of the page, navigate to the directory and find your files.
Select the files you want to change.
3. At the bottom right of the page, click Rename
4. When all files have been renamed, click OK
5. Files are renamed: click OK
6. Extension files have been removed.
![]() |