Hello list,
I need to redo some old jobs. I updated XEP into 4.19 version and
parameters transmission does not seems to work.
I use /usr/local/Renderx/xep -valid -xml myfile.xml -xsl
myStylesheet.xsl -param profile.conformance="PDF" -pdf /tmp/myBook.pdf
Inside myStylesheet.xsl I choose paper size with profile.conformance
<xsl:param name="paper.type">
<xsl:choose>
<xsl:when test="$profile.conformance='PDF'">A4</xsl:when>
<xsl:when test="$profile.conformance='print'">A5</xsl:when>
<xsl:otherwise>A3</xsl:otherwise>
</xsl:choose>
</xsl:param>
Each value of profile.conformance I put in my command line, the result
is always the same: A3
Did I miss something?
Is somebody see what's wrong?
Thanks in advance,
Regards
Jacques
!DSPAM:87,4f2e090663737842776392!
_______________________________________________
(*) To unsubscribe, please visit http://lists.renderx.com/mailman/options/xep-support
(*) By using the Service, you expressly agree to these Terms of Service http://w
ww.renderx.com/terms-of-service.html
Received on Sun Feb 5 02:06:18 2012
This archive was generated by hypermail 2.1.8 : Sun Feb 05 2012 - 02:06:25 PST