;Main entry point for processing XML document
; Input : PRSARR - Array containing parsed XML document (closed root)
; This is the output of SAX^HDISVM01
; ERRARR - Array to output errors in (closed root)
SUBS
;Required subscripts in parse array (attributes aren't required)
ROOTS
;Root element name~Processing code for root element~Description
ADDERR(TXT,ERRARR)
;Add to list of errors
; Input : TXT - Error text
; ERRARR - Error array (closed root)