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

Subject: Re: [xsl] DTD extends XML attributes, how can I suppress this behaviour
From: NK <nesslegg@xxxxxxxxx>
Date: Thu, 12 Feb 2009 10:38:13 -0800
> -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

Current Thread