| Advertise Here |
DEVELOPER CHANNEL |
Parser ErrorsThe parseError ObjectIf 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: File ErrorIn this example we let the XML parser try to load a non existing file, and display some of its error properties:
XML ErrorNow we let the parser load an XML document that is not well formed. (if you don't know what well formed XML is, read the XML part of this Web)
Try it Yourself or just look at the XML file The parseError Properties
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Jump to : Top Of Page or HOME |