On Wed, Oct 29, 2008 at 19:59, Christian Weiske <[EMAIL PROTECTED]> wrote: > Hi all, > > > PhDReader defines a phd namespace "http://www.php.net/ns/phd" but omits > the phpdoc namespace entirely. > The phd namespace is not used anywhere in phpdoc/en/, while the phpdoc > one is used. Also, the phpdoc namespace is "http://php.net/ns/phpdoc" > while phd is in "www.php.net". > > Am I on the right path dropping the phd namespace from phdreader, > adding the phpdoc one and making the chunking attribute part of the > phpdoc namespace?
PhD isn't exactly namespace aware, it just pretends to be. This is actually an oversight on my part when we initially modified the Docbook DTD, I had totally forgotten about that (unused) ns. We should probably have used the PhD namespace as after all it is more PhD specific then phpdoc specific features. My vote goes to changing phpdoc to to use the PhD namespace (syncing those changes to translations is no issue as the URI itself (for elements) is ignored for now in PhD). -Hannes
