Home   Package List   Routine Alphabetical List   Global Alphabetical List   FileMan Files List   FileMan Sub-Files List   Package Component Lists   Package-Namespace Mapping  
Info |  Source |  Entry Points
Print Page as PDF
Routine: EDPXML

Package: Emergency Department Integration Software

Routine: EDPXML


Information

EDPXML ;SLC/KCM - XML Array Utilities ;4/25/12 12:51pm

Source Information

Source file <EDPXML.m>

Entry Points

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)
Info |  Source |  Entry Points