XSL Problem

Subject: XSL Problem
From: "Wendy Cameron" <wendy.cameron@xxxxxxxxx>
Date: Mon, 8 Mar 1999 16:56:27 +1000
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



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


Current Thread