Re: [xsl] How to avoid adding defaulted attributes

Subject: Re: [xsl] How to avoid adding defaulted attributes
From: David Carlisle <davidc@xxxxxxxxx>
Date: Fri, 10 Jan 2014 10:28:44 +0000
On 10/01/2014 08:21, Ihe Onwuka wrote:
Capture the main output in a variable and apply a template rule to it
that gets rid of the attributes you want removed.

As someome else commented earlier you can not tell from within the stylesheets which attributes were defaulted and which were explicit so if you only want to remove the defaulted ones, this isn't possible (and anyway just getting the system not to default them is simpler and a lot more efficient.


David



________________________________________________________________________
The Numerical Algorithms Group Ltd is a company registered in England
and Wales with company number 1249803. The registered office is:
Wilkinson House, Jordan Hill Road, Oxford OX2 8DR, United Kingdom.

This e-mail has been scanned for all viruses by Star. The service is
powered by MessageLabs. ________________________________________________________________________


Current Thread