RE: [xsl] find Unique Nodes based on 2 Attributes

Subject: RE: [xsl] find Unique Nodes based on 2 Attributes
From: Meltem Kogelbauer <meltem.kogelbauer@xxxxxxxxxxxxxxxxxx>
Date: Mon, 22 Oct 2001 16:13:00 +0100
 I am getting an XML like

<data><element><name>m</name></element></data>, everything in one line.

How can I write it like this
<data>
<element>
<name>M</name>
</element>
</data>

with xsl? Every element on a separate line.

thanks

M

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


Current Thread