xsl-list
[Top] [All Lists]

Re: [xsl] How to avoid adding defaulted attributes

2014-01-10 02:16:37

On 10 Jan 2014, at 01:48, Martin Holmes <mholmes(_at_)uvic(_dot_)ca> wrote:

If you're using Oxygen, you can go in the Preferences to

XML / XSLT-FO-XQuery / XSLT / Saxon / Saxon-HE/PE/EE

and turn off the option "Expand attribute defaults". I think that solves it.


The equivalent from the command line is -expand:off, and from the various APIs 
you can use FeatureKeys.EXPAND_ATTRIBUTE_DEFAULTS.

Michael Kay
Saxonica


--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--