This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: How to select only the attributes present in the source document


> On Wednesday 23 May 2001 11:21, Peter Stark wrote:
> > 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).
> >
>

Ingo Schildmann wrote:
>
> You would have to convince the XML parser not to validate the document, so
> that the DTD is ignored. The XSLT processor doesn't get any information
> whether the attribute value comes from the document or the DTD.
>
>

Ok, that is what I suspected. Thanks. Unfortunately, there is no XSLT
processor I am aware of that can turn off XML validation before
transformation.


PS


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]