Hello,

Is it possible to use xpointer to select the text node from a document
such that the output can be used as the string input to a processor?

Example:

session variable:
<form>
        <filename>oxf:app/somefile.xml</filename>
<form>

<p:processor uri="oxf/processor/identity">
                <p:input name="data"
href="#session#xpointer(/form/filename/node())"/>
                <p:output name="data" id="output"/>
</p:processor>

I have also tried:

<p:processor uri="oxf/processor/identity">
                <p:input name="data"
href="#session#xpointer(string(/form/filename/*))"/>
                <p:output name="data" id="output"/>
</p:processor>

Both methods always produce a null value.

Thanks

Peter



-----<CDE/>-----
Center for Document Engineering
University of California, Berkeley
cde.berkeley.edu


_______________________________________________
oxf-users mailing list
[EMAIL PROTECTED]
http://mail.orbeon.com/mailman/listinfo/oxf-users

Reply via email to