I'm loading a zipfile that contains multiple XML documents into MarkLogic,
but it appears that MarkLogic is validating the embedded content against its
corresponding schema in the Schemas database and coming up with an invalid
root text error message when extracting the xml document:

 

<error:message>Invalid root text</error:message>

  <error:format-string>XDMP-DOCROOTTEXT: xdmp:zip-get(fn:doc($doc-uri)).

 

This prevents me from being able to stored a well-formed XML document and to
be able to correct it in MarkLogic, which means that the content must be
extracted either manually or via a non-MarkLogic application and then
corrected before reinserting into MarkLogic.

 

Thanks for the help!

 

Tim Meagher

 

_______________________________________________
General mailing list
[email protected]
http://developer.marklogic.com/mailman/listinfo/general

Reply via email to