This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: [XSLT/newbie]value-of attributes of the root node



> Within XSLT and XPATH, what, if any, purpose does this 
> seperation of root node and document element serve?

It gives access to items that may not be children of the document node.
Such as comments and processing instructions.

Also the xpath tree model works with trees that need not have a 
single top level document node at all (xsl variables, rtf-node set
coercions, etc)

David


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]