Subject: Re: How to select only the attributes present in the source document
From: Jeni Tennison <mail@xxxxxxxxxxxxxxxx>
Date: Wed, 23 May 2001 10:57:34 +0100
|
Hi Peter,
> 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).
XSLT/XPath make no distinction between defaulted attributes and
attributes actually declared in your instance, so you can't.
Sorry,
Jeni
---
Jeni Tennison
http://www.jenitennison.com/
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|