XSL Problem
Wendy Cameron
wendy.cameron at qr.com.au
Mon Mar 8 07:25:52 GMT 1999
Ok I have
<nodeType1 att1='thing1'>
<nodeType2 att1='thing2'>
<nodeType3 att1='thing3'>
I am trying to select all 3 nodes and orger by att1 but display different
information depending on what type of node it is?
Does anyone have any idea how i would do this
I have tried
<xsl:choose>
<xsl:when test='nodeType1'>
.....
</xsl:when>
</xsl:choose>
But this doesnt test if the current node is of type nodeType1
Help!!!
Regards Wendy
xml-dev: A list for W3C XML Developers. To post, mailto:xml-dev at ic.ac.uk
Archived as: http://www.lists.ic.ac.uk/hypermail/xml-dev/ and on CD-ROM/ISBN 981-02-3594-1
To (un)subscribe, mailto:majordomo at ic.ac.uk the following message;
(un)subscribe xml-dev
To subscribe to the digests, mailto:majordomo at ic.ac.uk the following message;
subscribe xml-dev-digest
List coordinator, Henry Rzepa (mailto:rzepa at ic.ac.uk)
More information about the Xml-dev
mailing list