On Thu, Oct 30, 2008 at 06:41, Christian Weiske <[EMAIL PROTECTED]> wrote: > So we're going with "phd:" as namespace, as dicussed on IRC. > The URL is xmlns:phd="http://www.php.net/ns/phd". > > So phpdoc needs to be changed to use the new namespace, as well as the > enterprise branch.
I don't think we should update the ns prefix for existing files, just the URI, and use the "phd" prefix for new stuff. Updating the prefix will require a change in PhD to support the new prefix (because PhD doesn't understand namespaced elements, only namespaced attributes.. it just pretends to support namespaced elements). Changing PhD in this regard will require all translations to be updated right away (if any of them have already synced with the recent changes, doubt there are many though) and most importantly: requires new PhD release ASAP and deploy it on the rsync box before the "next" build. -Hannes
