|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] Re: how to test previous node name
Hi Andrew:
Thank you for your response. I did try this inside template <item> but it fails to get me the right result. This is what I tried: <xsl:template match="item"> <xsl:if test="preceding::*[1][self::test1]"> <xsl:text>Found test1</xsl:text> </xsl:if> </xsl:template> It is not working. On 2/11/07, Andrew Welch <andrew.j.welch@xxxxxxxxx> wrote: On 2/11/07, xslt. new <xslt.new@xxxxxxxxx> wrote: > Hi all: > > I have an XML input: > > <test1> > <item></item> > <text></text> > <item></item> > </test1> > > How do I check if the previous node name for <item> is test1 or text?
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|






