[Home] [By Thread] [By Date] [Recent Entries]
Hi all,
I would like to ask how to produce some good looking output with Xalan.
my template is:
<xsl:template match="event_name">
<ADT_A01>
<MSH>
<MSH.1>|</MSH.1>
<MSH.2>~^\&</MSH.2>
...
but the result is:
<ADT_A01><MSH><MSH.1>|</MSH.1><MSH.2>~^\&</MSH.2> ...
and I would like it to be:
<ADT_A01>
<MSH>
<MSH.1>|</MSH.1>
<MSH.2>~^\&</MSH.2>
...
any hints?
br,
Jakub
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|

Cart



