xsl-list
[Top] [All Lists]

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

2009-02-12 13:38:42
-expand:on|off Expand defaults defined in schema/DTD

Tried it out,
java -classpath lib\saxon9.jar -Xmn100M -Xms500M -Xmx500M
net.sf.saxon.Transform -t -expand:off -dtd:off -s input\input.xml -o
output\output.xml -xsl:xsl\ta_correction.xsl

still get the same results. Not sure why

maybe because of
although apparently for only works for some parser configurations.
is there a way to tweak these configurations?

Christoph

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