[xep-support] Strange behaviors on Linux with command line
Jacques Foucry
jfoucry at gmail.com
Sun Feb 5 02:05:48 PST 2012
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!
More information about the Xep-support
mailing list