PaWS 2004
Here’s an interesting topic for a conference: PHP and Web Standards, to be held in Manchester from February 20th to the 24th. I’ve devoted a lot of time and energy to combining the two for this blog—it’s a shame I’ll be out of the country when the conference rolls around. I should be able to make it to SXSW this year though.
Bruno Bord - 6th January 2004 11:19 - #
Simon Willison - 6th January 2004 17:30 - #
It seems to me that use of other namespaces is left as "we're working on it, don't use it for now" in the XHTML 1.0 specification.
Jim Dabell - 6th January 2004 17:42 - #
Mike - 7th January 2004 12:28 - #
As of today the page just validated for me at the W3c service. I think there must have been some kind of content negotiation issue perhaps? The site does contain namespaced elements (which would render the page invalid), however as the document is transformed client side (on browsers that support this) using XSLT into a seemingly valid XHTML document.
Simon, please be more specific when you mention names of places in the future, all this talk of being out of the country is confusing when we are not quite sure which country you are talking about!
Ben Meadowcroft - 8th January 2004 12:44 - #
So the fundamental problem is that each document has a unique DTD that may reference several namespaces. As far as I can tell from this discussion, the solution is something called DDML (formerly Xschema) which currently exists as a w3c note. This allows you to combine various namespaces into a single DTD.
This all seems like a really complicated way of solving a problem that most people simply don't have.
jgraham - 9th January 2004 00:16 - #
Jonny Haines - 28th January 2005 12:11 - #