Re: cvs commit: httpd-2.0/docs/manual/style common.dtd

2002-12-15 Thread Erik Abele
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

Re: cvs commit: httpd-2.0/docs/manual/style common.dtd

2002-12-15 Thread André Malo
* 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

Re: [PATCH][RESEND] windows.xml rewrite

2002-12-15 Thread Astrid Kessler
> 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

Re: cvs commit: httpd-2.0/docs/manual/style common.dtd

2002-12-15 Thread Erik Abele
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

Extended character entities

2002-12-15 Thread Erik Abele
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

Re: cvs commit: httpd-2.0/docs/manual/style common.dtd

2002-12-15 Thread André Malo
* [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

first outline (was: clickable language selection)

2002-12-15 Thread André Malo
* 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