Subject: Re: How to get the previous node(s)
From: David Carlisle <davidc@xxxxxxxxx>
Date: Mon, 18 Jun 2001 14:14:33 +0100
|
> Hre is how my xml file looks:
>
> <message parentid=0 messageId=1>
That is not well formed, you have to have
<message parentid="0" messageId="1">
Probably you want to use the preceding-sibling axis.
David
_____________________________________________________________________
This message has been checked for all known viruses by Star Internet
delivered through the MessageLabs Virus Scanning Service. For further
information visit http://www.star.net.uk/stats.asp or alternatively call
01285 884400.
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|