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]
Other format: [Raw text]

Re: Comparing an attribute value to its default in DTD


With my last post at this thread I wanted to point out, that it's not 
possible to know whether it's a default attribute value or not. You have 
to implement the default attribute values in the DTD and the XSL.

Joerg

Manny Parasirakis wrote:
> I am wondering if there is a way to compare an attribute value with its 
> default value defined in the DTD. Something like this:
> 
> <xsl:apply-templates select="*@[. !=  '{attribute's default val}']"/>
> 
> I would like to only output the attributes which are not the default 
> value to make the outputted xml more readable. I have about 30 
> attributes but most of then are just set to their default values. Is 
> there any way to reference the attribute's default value?


 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]