On 01/24/2010 03:40 PM, Magdikova wrote:

How it is possible?:

<fo:block-container left="<xsl:value-of  select="string-length(text)"/>"

help me please

You mean:

<fo:block-container>
<xsl:attribute name="left"><xsl:value-of select="string-length(text)"/></xsl:attribute>

--
Sergiu Dumitriu
http://purl.org/net/sergiu/

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to