Hi, There is confusion here surrounding the correct values that the "name" attribute can take.
For example, it's used to help define a pipeline's input/outputs: <p:param name="instance" type="input"/> <p:param name="data" type="output"/> it's also used to define a processor's input/output: <p:processor uri="oxf/processor/pipeline"> <p:input name="config" href="view-account-get-balance.xpl"/> <p:output name="data" id="balance"/> or <p:processor uri="oxf/processor/xslt"> <p:input name="data" href="#instance"/> <p:input name="config"> First we thought the name attribute's value was arbitrary, similar to a java variable name. Then we found some examples where a pipeline expected an input with a specific name (eg., for xslt, there must be an input named "config"). Can you point us to documentation that comprehensively explains the use of the name attribute? Thanks. -Scott McMullan UC Berkeley Center for Document Engineering _______________________________________________ oxf-users mailing list [EMAIL PROTECTED] http://mail.orbeon.com/mailman/listinfo/oxf-users
