Dreamweaver 8.
This function returns the schema tree for the specified XML file.
schemaURI, {bRefresh}
schemaURI argument, which is required, is a string that is a reference to a local or remote XML file.
bRefresh argument, which is optional, is a Boolean value: true forces a refresh of the schema; false returns the copy of the schema from the XML schema cache. The default value is false.
A string that contains the XML schema tree.
The following example gets the schema tree from the XML schema cache for menus.xml:
var theSchema = MMXSLT.getXMLSchema("file:///c:/Program ¬
Files/Macromedia/dreamweaver/configuration/Menus/menus.xml"");
Send me an e-mail when comments are added to this page | Comment Report
Current page: http://livedocs.adobe.com/dreamweaver/8/apiref/14_doc88.htm