Or just <fo:block-container left="{string-length(text)}"/>


Den 24. jan. 2010 kl. 16.39 skrev Sergiu Dumitriu <[email protected]>:

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]


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

Reply via email to