Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

What parser do we use in VDK to validate XML formatted documents?

documents parser vdk XML
0
Posted

What parser do we use in VDK to validate XML formatted documents?

0

We don’t validate the XML document. The parser Verity uses is called expat. It is not a validating parser, but it does check for well-formed XML. If the document is not well-formed XML, it will be skipped during indexing. The following URL is the link for the FAQ on expat: http://www.jclark.com/xml/expatfaq.html You cannot get expat to recover from errors. Errors related to poorly formed XML stop processing. Note that the XML Recommendation does not permit conforming XML processors to continue normal processing after a fatal error. Here is a URL you can use to check web-based XML for well-formed XML: http://frontier.userland.com/stories/storyReader$1092 Click on the check box that says “Use the blox parser, based on `expat’.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123