[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

Re: How to select only the attributes present in the s

Subject: Re: How to select only the attributes present in the source document
From: Goetz Bock <bock@xxxxxxxxxxx>
Date: Wed, 23 May 2001 11:54:43 +0200
select not attribute present
On Wed, May 23 '01 at 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).
Some one sould add this to the FAQ:

DTD processing is done by the XML parser, there is no way in XSL-T to
influence the parsing of the source document.

------

If your XML parser is a validating one, it has to add all default 
attribute values to elements in the source document. There is no way for
XSL-T to determine wether a given attribute comes from the source or the
DTD.

The only thing you could do is to test wether the value of an attrbute
matches the default from the DTD (you can not parse the DTD, you've to
get it from the DTD and add it to your XSL-T manually) and filter it
out. (This is a lot of hand work/writing).

Cu,
    Goetz.

Attachment: pgp00008.pgp
Description: PGP signature

Current Thread

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.