C
cieron
Hi,
Is it possible to put any new line sign in the node's content. I mean
something like this:
<elem>first line
second line</elem>
or
<elem>first line\n
second line</elem>
or
<elem>first line<br/>
second line</elem>
And after xsl transform get on html page two text lines?
When I use <xsl:value-of select="elem "/> i catch only one text line: "first
linesecond line".
How can I resolve this problem?
cieron
--
Pozdrawiam,
Pawe³ Ciereszyñski
tel.: 697 971 600
email: (e-mail address removed)
Is it possible to put any new line sign in the node's content. I mean
something like this:
<elem>first line
second line</elem>
or
<elem>first line\n
second line</elem>
or
<elem>first line<br/>
second line</elem>
And after xsl transform get on html page two text lines?
When I use <xsl:value-of select="elem "/> i catch only one text line: "first
linesecond line".
How can I resolve this problem?
cieron
--
Pozdrawiam,
Pawe³ Ciereszyñski
tel.: 697 971 600
email: (e-mail address removed)