xsl-list
[Top] [All Lists]

Copying a document except specific root attribute

2005-06-13 08:10:22
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>
--~--



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