This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="utf-8"?> | |
<p:config xmlns:p="http://www.orbeon.com/oxf/pipeline" | |
xmlns:xsl="http://www.w3.org/1999/XSL/Transform" | |
xmlns:oxf="http://www.orbeon.com/oxf/processors"> | |
<p:param name="instance" type="input"/> | |
<p:param name="data" type="output"/> | |
<!-- Using the URL generator, which here will 404 --> | |
<p:processor name="oxf:url-generator"> |