S
SL
Hi,
Im' using Xerces-j (version 2.0.1 and 2.6.2). When parsing this prolog :
<!DOCTYPE teiCorpus
PUBLIC "-//TEI Consortium//DTD TEI P4//EN"
"d:/Program Files/tei-emacs/sgml/dtds/tei/tei2.dtd" [
Xerces return this error stack :
java.net.MalformedURLException
at java.net.URL.<init>(URL.java:613)
at java.net.URL.<init>(URL.java:476)
at java.net.URL.<init>(URL.java:425)
at org.apache.xerces.impl.XMLEntityManager.setupCurrentEntity(Unknown
Source)
[etc.]
The same thing appens with external entity uri declaration :
<!ENTITY DE_CC 'C:\home\Corpus\Courant\CC.xml'>
throws a MalformedURLException.
I have absolutly no idea of the reason why Xerces do that. Any hint welcome
!
Yours,
Sylvain
Im' using Xerces-j (version 2.0.1 and 2.6.2). When parsing this prolog :
<!DOCTYPE teiCorpus
PUBLIC "-//TEI Consortium//DTD TEI P4//EN"
"d:/Program Files/tei-emacs/sgml/dtds/tei/tei2.dtd" [
Xerces return this error stack :
java.net.MalformedURLException
at java.net.URL.<init>(URL.java:613)
at java.net.URL.<init>(URL.java:476)
at java.net.URL.<init>(URL.java:425)
at org.apache.xerces.impl.XMLEntityManager.setupCurrentEntity(Unknown
Source)
[etc.]
The same thing appens with external entity uri declaration :
<!ENTITY DE_CC 'C:\home\Corpus\Courant\CC.xml'>
throws a MalformedURLException.
I have absolutly no idea of the reason why Xerces do that. Any hint welcome
!
Yours,
Sylvain