[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

RE: Detecting a closing tag in xslt

Subject: RE: Detecting a closing tag in xslt
From: "Michael Kay" <mike@xxxxxxxxxxxx>
Date: Thu, 4 May 2006 15:55:26 +0100
xslt closing tag
XSLT operates on a tree representation of the XML document, in which the
nested hierarchic structure implied by the start and end tags is made
available as a tree of objects.

So a (start, end) tag pair results in the creation of a single element node,
and it is that node that your XSLT stylesheet (or more strictly, your XPath
expression) sees. Don't think tags, think nodes.

What are you trying to achieve?

Michael Kay
http://www.saxonica.com/
 

> -----Original Message-----
> From: Tech Savvy [mailto:tecsavvy@xxxxxxxxx] 
> Sent: 04 May 2006 15:48
> To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
> Subject:  Detecting a closing tag in xslt
> 
> 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

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.