[xsl] Detecting a closing tag in xslt

Subject: [xsl] Detecting a closing tag in xslt
From: "Tech Savvy" <tecsavvy@xxxxxxxxx>
Date: Thu, 4 May 2006 09:48:24 -0500
Hi:

I have an xml file like this:

<list1>

......
</list1>

<graphic>

</graphic>

Is there a way to detect the closing tag </list1> in XSLT?

Thanks in advance

Current Thread