|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] Re: dimension arithmetic in xpath
<xsl:attribute name="content-width">
<xsl:value-of select="$pageWidth - $PageMarginLeft - $PageMarginRight"/>
can't you instead do
<xsl:attribute name="content-width">
<xsl:value-of select="concat($pageWidth, ' - ',
$PageMarginLeft ' - ',
$PageMarginRight)"/>
and leave the XSL FO expression handler (which is you, in this case)
do sort out the lengths?
5.8.12 Expression Value Conversions
David
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|

Cart








