RE: AW: another issue, this time with page loading
Petr Stehlik <[email protected]>
| Newsgroups | gmane.comp.java.enhydra.xmlc |
|---|---|
| Message-ID | <[email protected]> |
Hi All,
I am crossposting to XMLC mailing list because I am getting lost and the
Enhydra 5.1 release is getting so near. Perhaps this is XMLC issue and
so guys here can help me?
V Po, 08. 09. 2003 v 13:34, Petr Stehlik píše:
> Anyway, now I am stuck on compiling a simple XHTML file with the <meta
> id="">. Could this be a problem of old XHTML DTD?
I tried to create a simple show-case but failed to compile from command
line:
$ xmlc a.html
file:///tmp/a.html:0: Error: File
"file:/org/enhydra/xml/xhtml/dtd/w3/1.0/xhtml1-transitional.dtd" not
found.
The a.html looks as follows:
=========================================================
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/tr/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>title</title>
<meta id="refresh" content="" />
</head>
<body>
<h1>empty</h1>
</body>
</html>
=========================================================
Here I am getting lost. This is yet another error that I haven't seen
previously. How does the XMLC translated the http:// URL to
file:/org/enhydra... ? There's indeed no /org/enhydra/.. file on my
filesystem.. The DTD should be hidden in the xhtml.jar or somewhere down
there. Any idea why XMLC searches in file:/org/enhydra/. ??
Thanks in advance.
Petr