[XSL-LIST Mailing List Archive Home] [By Thread] [By Date]

[xsl] Printing all child bachelor nodes


Subject: [xsl] Printing all child bachelor nodes
From: Douglas F Shearer <dougal.s@xxxxxxxxx>
Date: Thu, 9 Feb 2006 15:08:59 +0000

Hi there.

I have the following snippet of XML and would like to extract the data given below using XSL...

********** XML ************
<features>
	<pool length="30" max-depth="160" min-depth="30" indoor="false"/>
	<DVD/>
	<beds twin="2" sofa-bed="1"/>
</features>

******** REQUIRED OUTPUT ******
pool: length: 30, max-depth:160, min-depth:30, indoor: false.
DVD.
beds: twin:2, sofa-bed:1

**************************************

The main issue I am having is that the nodes themselves change (microwave instead of DVD etc). Basically I want to print out all of the elements within the features element, and their associated attributes.

Help much appreciated.

Dougal.

Douglas F Shearer
dougal.s@xxxxxxxxx
http://douglasfshearer.dyndns.org


Current Thread
Keywords
xml