André Malo wrote:
* Erik Abele wrote:
André Malo wrote:
No, we can use the Ant type to catch the online references
and use the local copies for the build process; just look at build.xml...
ok, I see. But, if we'd use the relative reference as above, we don't
*need* the xmlcatalog for the tra
* Erik Abele wrote:
> André Malo wrote:
>>
> No, we can use the Ant type to catch the online references
> and use the local copies for the build process; just look at build.xml...
ok, I see. But, if we'd use the relative reference as above, we don't
*need* the xmlcatalog for the transformati
> Thanks! The obscurity of the original documents was one reason for
> this rewrite effort. My first Apache installations on Windows were a
> lot less than successful, and then there were these docs to find help
> from. Whoa... not an experience I'd like to live again.
Hehe, yes, I remember my fir
André Malo wrote:
* [EMAIL PROTECTED] wrote:
+
+
+http://www.w3.org/TR/xhtml1/DTD/xhtml-lat1.ent";>
[...]
ehm... shouldn't this be
and so on?
No, we can use the Ant type to catch the online references
and use the local copies for the build process; just look at build.xml...
Another question
Hi,
as promised, I added the required changes to be able to use the
well-known character entities (©, ö, ...) instead of the
numerical ones (®, ...) in all the XML documents which use common.dtd.
The changes affect the following files in the described way:
* common.dtd: addition of the entity re
* [EMAIL PROTECTED] wrote:
> +
> +
> + + "-//W3C//ENTITIES Latin 1 for XHTML//EN"
> + "http://www.w3.org/TR/xhtml1/DTD/xhtml-lat1.ent";>
[...]
ehm... shouldn't this be
and so on?
Another question: How can we use the xhtml dtds to validate our html files?
nd
--
Treat your passw
* Lars Eilebrecht wrote:
>> Long time ago I've build a kind of "Forced Content Negotiation". Main goal:
>> documents are negotiated until the user changes the language. That is done
>> by putting the language into the url path then and forcing the response to
>> be in that language (using mod_rewr