How to:fo:block-container left=xsl:value-of select=string-length(text)/

2010-01-24 Thread Magdikova
How it is possible?: fo:block-container left=xsl:value-of select=string-length(text)/ help me please -- View this message in context: http://old.nabble.com/How-to%3A%3Cfo%3Ablock-container-left%3D%22%3Cxsl%3Avalue-of--select%3D%22string-length%28text%29%22-%3E%22-tp27295498p27295498.html

Re: How to:fo:block-container left=xsl:value-of select=string-length(text)/

2010-01-24 Thread Sergiu Dumitriu
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=leftxsl:value-of select=string-length(text)//xsl:attribute -- Sergiu Dumitriu

keep block (header) and list-block (bullets) together in 0.94

2010-01-24 Thread hazlup
Using a two column layout keep-with-next does not appear to do the job. Something like this !-- the header -- fo:block keep-with-next=always xsl:value-of select=text() /fo:block !-- the bullets-- fo:list-block xsl:call-template name=bullets xsl:with-param select=*/

Re: How to:fo:block-container left=xsl:value-of select=string-length(text)/

2010-01-24 Thread Magdikova
yes, thank you, but how can I set measurments? like cm or pixel? Sergiu Dumitriu-2 wrote: 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

Re: How to:fo:block-container left=xsl:value-of select=string-length(text)/

2010-01-24 Thread J.Pietschmann
On 24.01.2010 23:09, Magdikova wrote: yes, thank you, but how can I set measurments? like cm or pixel? Either add to the attribute value as text: fo:block-container xsl:attribute name=leftxsl:value-of select=string-length(text)/mm/xsl:attribute ^^ or

RE: XSL caching question

2010-01-24 Thread tamugrg
Hi Sean, Thanks for your response. My code basically is what you've suggested. I use static initialisers load the templates in the static block. It seems to be doing it at server startup because of the log messages that gets printed out also by the fact that the templates do get used (doesn't

Re: How to:fo:block-container left=xsl:value-of select=string-length(text)/

2010-01-24 Thread Rune Johansen
Or just fo:block-container left={string-length(text)}/ Den 24. jan. 2010 kl. 16.39 skrev Sergiu Dumitriu ser...@xwiki.com: 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:

Re: problem with fo:inline and fo:external-graphic, overflows

2010-01-24 Thread lexa2009
hello. thx Vincent Hennebert-2, may be i am stupid but i still have a problem:) i use this fo(for example) ?xml version=1.0 encoding=UTF-8? xsl:stylesheet version=1.0 xmlns:fo=http://www.w3.org/1999/XSL/Format; xmlns:xsl=http://www.w3.org/1999/XSL/Transform; xsl:template match=/