Subject: RE: How to select only the attributes present in the source document
From: "Michael Kay" <mhkay@xxxxxxxxxxxx>
Date: Wed, 23 May 2001 11:01:03 +0100
|
> How can I specify that <xsl:copy-of select="@*" /> should NOT
> select and
> copy default attributes (from the DTD) into the result document?
>
> I want only the attributes that are present in the instance (source
> document).
They aren't distinguished in the XPath data model.
Your only way out, I think, is to suppress the DTD from the XML parse.
Mike Kay
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|