xsl-list
[Top] [All Lists]

Re: [xsl] DTD extends XML attributes, how can I suppress this behaviour

2009-02-12 12:57:24

The conventional answer is to configure your xml parser to use an xml
catalog, and then configure the cataolg so that that DTD is replaced by
an empty one.

However saxon9 has a command line option

  -expand:on|off        Expand defaults defined in schema/DTD

although apparently for only works for some parser configurations.


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. 
________________________________________________________________________

--~------------------------------------------------------------------
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>
--~--