Re: Validation Response
Posted by bsteuhl on Jan 22, 2011; 1:40am
URL: https://discuss.orbeon.com/Validation-Response-tp3230774p3230928.html
I must have the decorate or processor wrong because if I read the validation processor correctly it states that the pipeline should not be interrupted with and error but rather with an added element for each element next to the element within the xml file?
Here is my processor:
<p:processor name="oxf:validation">
<p:input name="config">
<decorate>true</decorate>
</p:input>
<p:input name="schema" href="CourtFiling.xsd"/>
<p:input name="data" href="#instance"/>
<p:output name="data" ref="data" />
</p:processor>
Do I have something wrong? And if so, if corrected should I get an xml file as the data output? Thank you.