Subject: Re: xsl transform issue
From: David Carlisle <davidc@xxxxxxxxx>
Date: Wed, 23 Feb 2005 16:19:13 GMT
|
You haven't said what transform you are tying to do so saying it doesn't
work doesn't really tell us much.
Both branches of your xsl:choose do the same thing, so it isn't clear
why you need an xsl:choose at all.
Both instances of
<xsl:value-of
select="./win-registry-data/data"/><
generate an empty string as the current node is a data element and your
data elements don't have win-registry-data children and data
grandchildren.
You probably want <xsl:value-of select="."/> to get teh current element.
similarly test="./win-registry-data[@data] as that tests that the
current dtat element has a win-registry-data element child thathas an
attribute called dtat, butnone of your data elements have
win-registry-data children and no elements have an attribute. I
can't guess what test you intend here.
David
________________________________________________________________________
This e-mail has been scanned for all viruses by Star. The
service is powered by MessageLabs. For more information on a proactive
anti-virus service working around the clock, around the globe, visit:
http://www.star.net.uk
________________________________________________________________________
| Current Thread |
|
David Carlisle - 23 Feb 2005 16:19:40 -0000 <=
Emmanouil Batsis - 23 Feb 2005 17:04:54 -0000
Richard Lewis - 23 Feb 2005 16:36:12 -0000
|
|