Skip to content

xmlstruct_stripwhitespace

  XMLSTRUCT_STRIPTEXT - Strip nodes with name '#text' from xml structure

   XML_STRUCT = XMLSTRUCT_STRIPWHITESPACETEXT(XML_STRUCT)

   Recursively searches XML_STRUCT, an XML node tree returned from
   PARSEXML, and strips out all nodes with name '#text'. These seem to 
   correspond to whitespace.

   See also: PARSEXML