BE_XMLParse

BE_XMLParse(pathOrXMLText )



Parses an XML file at path to determine if it's properly formed. Does not check XSD details, just whether every tag is properly opened and closed.

Parameters:

- pathOrXMLText : a system file path to the xml file to check. (for example, "/Users/johndoe/Documents/helloworld.xml" on OS X or "C:\Users\johndoe\Desktop\helloworld.xml" on Win7)

Keywords:

XML Parse


Version History:

- 2.2 :

- 4.0.2 : Renamed from BE_XML_Parse

Code Examples:

BE_XML_Parse ( BE_SelectFile ( "" ) )


Still need help? Contact Us Contact Us