Home
Products
XPE »
XPE eBook »
ClearBoard »
Services
Partners
Developer
Learning XSLT
Learning XPE »
Learning Gecko »
Downloads
About
Contact Us
Getting started
Basic concepts
Service Guidelines
Source
Http request source
Resource source
Filter
Agent
Base64
Copy
Dir
Embedded XML
Token
HTTP authentication
LDAP
Mail
PDF Parser
PDF Chunker
Random
Resource Resolver
Schema validation
SQL
Upload
Value
XInclude
Zip
Sink
Http sink
Http binary sink
Http FOP (PDF) sink
Develope Application
Introduction
Basic Concepts
URL Patterns
XAR
Pipe Definition
XPE Ajax Application
XPE Form
form element
schema element
instance element
Gui elements
Rich Text Editors
Dropdown
Agent
Update agent
Single Sign-on
Content Management Services
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"
>
<test> text value </test>
</u:parse>
into
<test
xmlns=""
>
text value
</test>