Re: New to Xproc Question : conditionnal "output port" definition?

Le 12/10/2011 15:25, Matthieu Ricaud-Dussarget a écrit :
> <p:xslt> source (primary), result (primary)
> <p:store> source (primary)  result (not primary)
> <p:xslt> source (primary), result (primary) 
Oups I miss a last <p:store> at the end :
<p:xslt>
<p:store>
<p:xslt>
<p:store>

this works (with main output fixed to empty).

Whereas :
<p:xslt>
<p:store>
<p:choose>
<p:when><p:error></p:when>
<p:otherwise>
<p:xslt>
<p:store>
</p:otherwise>
</p:choose>
still doesn't work (no context node in the xpath test)



-- 
Matthieu Ricaud
IGS-CP
Service Livre numérique

Received on Wednesday, 12 October 2011 13:37:03 UTC