Subject: Re: Ignore the DTD
From: Eric van der Vlist <vdv@xxxxxxxxxxxx>
Date: Fri, 12 Jan 2001 19:06:09 +0100
|
bryan.s.schnabel@xxxxxxxxxxxxxx wrote:
>
> > I cannot change the way the instances come to me. Is there a way I can
> > stop the processor from referencing the DTD?
Beyond the XSLT issue, there is a semantic flaw if you need to
differentiate null from default values as defined in the DTD ;) ...
If it's not the case, you can just test that the 3 values of the
attribute are not all equal to their default values.
Otherwise, if you do need to force the parser to skip the DTD and if you
are using a SAX parser, you can implement a specific entity resolver
that will skip this DTD...
Eric
> > Thanks,
> >
> > Bryan
>
> XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
--
------------------------------------------------------------------------
Eric van der Vlist Dyomedea http://dyomedea.com
http://xmlfr.org http://4xt.org http://ducotede.com
------------------------------------------------------------------------
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|