* Graham Leggett wrote: > [EMAIL PROTECTED] wrote: > > + rpluem says: Without r571927 the documentation for mod_authn_dbd > > fails + to build. > > I found that while trying to write the documentation, Firefox refused to > parse the XML file at the start, complaining about the non > breaking space sequence. > > Is valid in XML?
Given the proper Doctype, sure. However, firefox refuses a lot. This does not mean it's not valid. The char entity problem is well-known, but invalid (firefox only uses DTDs out of the chrome scheme, for whatever reason). The doc build system incorporates all HTML char entities and is the authoritative source whether a document can be transformed or not. nd -- "Das Verhalten von Gates hatte mir bewiesen, dass ich auf ihn und seine beiden Gefährten nicht zu zählen brauchte" -- Karl May, "Winnetou III" Im Westen was neues: <http://pub.perlig.de/books.html#apache2>
