xsl-list
[Top] [All Lists]

XSL-FO escaping line breaks

2004-08-04 15:19:32
I am trying to preserve line breaks in a string value called @comment

I have parsed the comment, so that there are <br/> tags where I want a line 
break.

In XSL, this is working (the <br/> tags are interpreted correctly):
<xsl:value-of select='@comment' disable-output-escaping='yes'/>

but this does not work in XSL-FO.  My comment shows the '<br/>' tags.

Is some way to have these <br/> tags interpreted as line breaks in XSL-FO?
Or is there some other character or tag that could be parsed in the comment, 
and interpreted correctly 
in both XSLT and XSL-FO?



Thanks,
Sally

Sally Williamson
1580 Lincoln St. , Suite 930
Denver, CO 80222
303-222-6137
303-863-0505 (fax)
swilliamson(_at_)oildex(_dot_)com




<Prev in Thread] Current Thread [Next in Thread>
  • XSL-FO escaping line breaks, Sally Williamson <=