xsl-list
[Top] [All Lists]

Re: Copying a document except specific root attribute

2005-06-13 20:33:13
Hi Stefan,
  Root node is an imaginary point. It does not exixt
physically.. "It logically exists above all the nodes
in XML document" .. "It does not have any attribute"
.. Therefore /@myRootAttribute is not the right thing
to say ;)

Regards,
Mukul

--- Stefan Schulz <schulz(_at_)sce(_dot_)carleton(_dot_)ca> wrote:

Dear reader,

I have searched the FAQ and archive, but did not
find a solution for my 
transformation problem.

For starters, I use the identity transformation to
copy all elements and 
attributes of an XML document. Additionally, I have
a rule like:

<xsl:template match="/@myRootAttribute"/>

which seems to be ignored, as the mentioned
attribute still occurs in 
the target document. As I only want to omit the
named attribute, if it 
is an attribute of the root node, I could not apply
the solution from 
the FAQ for omitting attributes in general either.

My requirements are XSLT1.0 and a source document of
arbitrary schema.

Thanks for any help,
Stefan


--~------------------------------------------------------------------
XSL-List info and archive: 
http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to:
http://lists.mulberrytech.com/xsl-list/
or e-mail:
<mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--





                
__________________________________ 
Yahoo! Mail 
Stay connected, organized, and protected. Take the tour: 
http://tour.mail.yahoo.com/mailtour.html 


--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--



<Prev in Thread] Current Thread [Next in Thread>