Embedded XML

Attributes

URI:http://www.xmlpipe.org/xpe/util/filter/embeddedXML
Type:filter
Namespace:http://www.xmlpipe.org/xpe/util
Owner:http://www.xmlpipe.org/xpe/util

Description

This filter parses an embedded XML string into XML .

Embedded XML

This filter will take any text value of the parse element and parse it into XML. For example, it will turn the following:

   <u:parse  xmlns:u="http://www.xmlpipe.org/xpe/util" >
      &lt;test&gt; text value &lt;/test&gt;
   </u:parse>

into


   <test  xmlns="" >
      text value
   </test>