| URI: | http://www.xmlpipe.org/xpe/source/resource |
| Type: | source |
| Namespace: | |
| Owner: | http://www.xmlpipe.org/xpe |
This source reads a XML document from a given URI. It is used for reading a local XML resource directly and generating XML SAX events from the source file.
| Parameter name | Description | Example |
| uri | The URI of a resource. The URI is resolved relative to the base URI of deployed application. |
<xnode type="http://www.xmlpipe.org/xpe/source/resource" xmlns="http://www.xml.org/xml/pipe" > <property name="uri" value="file:/home/xpe/test.xml" /> </xnode> |