Re: RE: AW: another issue, this time with page loading
Petr Stehlik <[email protected]>
| Newsgroups | gmane.comp.java.enhydra.xmlc |
|---|---|
| Message-ID | <[email protected]> |
V Po, 08. 09. 2003 v 18:17, Jacob Kjome píše: > Maybe you can try something for me and let me know if it fixes the > issue. Extract the org/enhyda/xml/xmlc/catalog/default.xcat file from > xmlc-all-runtime.jar (or whichever xmlc jar you are using) and modify all > "file:/" urls to "file:". That is, remove the first forward slash. Add > the modified default.xcat back into the xmlc jar and let me know if things > now work. A) with file://org/... $ xmlc a.html Error: java.net.UnknownHostException: org B) with file:org/... $ xmlc a.html file:///tmp/a.html:0: Error: File "file:org/enhydra/xml/xhtml/dtd/w3/1.0/xhtml1-transitional.dtd" not found. Error: Parse of "a.html" failed: org.xml.sax.SAXException: Stopping after fatal error: File "file:org/enhydra/xml/xhtml/dtd/w3/1.0/xhtml1-transitional.dtd" not found. > Make sure you are off-line when doing this That wasn't possible as I was ssh'ing from home to office and doing the test there. I could try to be offline tomorrow but it's of no help since originally I had the problem when I was online. Petr