[XSL-LIST Mailing List Archive Home] [By Thread] [By Date]

Re: [xsl] Add attribute to root node


Subject: Re: [xsl] Add attribute to root node
From: David Carlisle <davidc@xxxxxxxxx>
Date: Fri, 17 Dec 2004 10:39:12 GMT

root nodes (/) represent the whole document and can not have attributes,
the children of the root node are the top level element and any
commeents or processing instructions that occur before or after that
element.

presumably you want to add an attribute to the top level element which
is /* not /

David

________________________________________________________________________
This e-mail has been scanned for all viruses by Star. The
service is powered by MessageLabs. For more information on a proactive
anti-virus service working around the clock, around the globe, visit:
http://www.star.net.uk
________________________________________________________________________


Current Thread