[xsl] indenting output Q?

Subject: [xsl] indenting output Q?
From: Jakub.Valenta@xxxxxxxx
Date: Wed, 12 Dec 2001 18:16:06 +0200
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>~^\&amp;</MSH.2>
          ...

but the result is:

<ADT_A01><MSH><MSH.1>|</MSH.1><MSH.2>~^\&amp;</MSH.2> ...

and I would like it to be:

<ADT_A01>
  <MSH>
    <MSH.1>|</MSH.1>
    <MSH.2>~^\&amp;</MSH.2>
    ...

any hints?

br,

Jakub


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread