| Advertise Here |
DEVELOPER CHANNEL |
DTD ValidationValidating with the XML ParserIf you try to open an XML document, the XML Parser might generate an error. By accessing the parseError object, the exact error code, the error text, and even the line that caused the error can be retrieved:
Try it Yourself or or just look at the XML file Turning Validation offValidation can be turned off by setting the XML parser's validateOnParse="false".
The parseError ObjectYou can read more about the parseError object in the Dom section of this Web. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Jump to : Top Of Page or HOME |