[Home] [By Thread] [By Date] [Recent Entries]
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?
|

Cart



