Subject: RE: DTD extends XML attributes, how can I suppress this behaviour
From: "Michael Kay" <mike@xxxxxxxxxxxx>
Date: Fri, 13 Feb 2009 00:06:16 -0000
|
What version of Saxon?
What version of the JDK?
Is javax.xml.parsers.SAXParserFactory set?
Is there anything in lib/endorsed?
Michael Kay
http://www.saxonica.com/
> -----Original Message-----
> From: NK [mailto:nesslegg@xxxxxxxxx]
> Sent: 12 February 2009 18:38
> To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
> Subject: Re: DTD extends XML attributes, how can I
> suppress this behaviour
>
> > -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
|