[Date Prev]
| [Thread Prev]
| [Thread Next]
| [Date Next]
--
[Date Index]
| [Thread Index]
Re: [xml-dev] How to open XML file that reference entity resolver(DTD)
- From: Liam R E Quin <liam@w3.org>
- To: xml-dev@lists.xml.org
- Date: Mon, 28 Jun 2010 13:40:36 -0400
First, please file a bug against whatever software you are using -
it should come with the XHTML DTDs and with an XML catalog set
up to use them instead of going to www.w3.org each time.
Second, use an XML Catalog for this. You'll need the DTD for
XML processing if you try to use entities like é that
are defined in it.
Third, you could turn off valdation, probably with something like
SAXBuilder.setValidating(false);
Or, set the Java property http://xml.org/sax/features/validation
to false.
Liam
--
Liam Quin - XML Activity Lead, W3C, http://www.w3.org/People/Quin/
Pictures from old books: http://fromoldbooks.org/
Ankh: irc.sorcery.net irc.gnome.org www.advogato.org
[Date Prev]
| [Thread Prev]
| [Thread Next]
| [Date Next]
--
[Date Index]
| [Thread Index]