EDPXML ;SLC/KCM - XML Array Utilities ;4/25/12 12:51pm
Source file <EDPXML.m>
Name | Comments | DBIA/ICR reference |
---|---|---|
TOARR(SRC,DEST,WAITPAST) | ; convert XML in global reference to global/local array
; SRC(n) contains the lines of an XML document ; DEST is return array, DEST(ELE,n,ELE,n....ATTR)= attribute value ; DEST(ELE,n,ELE,n,...0)=element text ; WAITPAST is node to wait for before adding nodes to DEST |
|
STARTEL(ELEMENT,ATTR) | ; start element
|
|
ENDEL(ELEMENT) | ; end element
|
|
CHARS(TXT) | ; character data
|
|
TOXML(SOURCE,XMLDOC) | ; convert array variable to XML document
; SOURCE is array to convert, SOURCE(ELE,n,ELE,n,...,ATTR)=attribuite value ; SOURCE(ELE,n,ELE,n,...,0)=element text ; SOURCE(ELE,n,ELE,n,...,#)=XML ; XMLDOC(n) contains the lines of the output XML document |
|
BLDELEM(REF,ELEMENT) | ; Build an XML element (attributes & value)
|
|
TOXMLG(SOURCE,XMLDOC) | ; convert array variable to XML document
; SOURCE is array to convert, SOURCE(ELE,n,ELE,n,...,ATTR)=attribuite value ; SOURCE(ELE,n,ELE,n,...,0)=element text ; SOURCE(ELE,n,ELE,n,...,#)=XML ; XMLDOC(n) contains the lines of the output XML document |
|
BLDELEMG(REF,ELEMENT) | ; Build an XML element (attributes & value)
|