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 |
- XSL-T, XTL.... or XQL?
- Guy_Murphy - Thu, 4 Mar 1999 11:46:06 +0000
- <Possible follow-ups>
- Oren Ben-Kiki - Thu, 4 Mar 1999 23:35:03 +0200
- Guy_Murphy - Fri, 5 Mar 1999 15:49:07 +0000
- Oren Ben-Kiki - Sun, 7 Mar 1999 10:55:48 +0200
- Wendy Cameron - Mon, 8 Mar 1999 16:56:27 +1000 <=
- Guy_Murphy - Mon, 8 Mar 1999 10:29:36 +0000
- Carmi - Tue, 9 Mar 1999 02:14:15 +1100
- Oren Ben-Kiki - Mon, 8 Mar 1999 16:55:00 +0200
- Guy_Murphy - Mon, 8 Mar 1999 16:43:26 +0000
|
|