- From: Simon Pieters <zcorpan@hotmail.com>
- Date: Sun, 15 Oct 2006 17:05:47 +0000
Hi, When parsing HTML and serializing as XML you normally want to change the lang attribute to xml:lang. But why not put it in the XML namespace at the parser level? Then when you serialize the DOM as XML it becomes xml:lang automatically. The .lang DOM attribute would reflect xml:lang. This would make it simpler to set/get the language with script in XHTML (no need to use namespace-aware methods). I don't know if this is too expensive on the parser or if there are other flaws but it's just an idea. Regards, Simon Pieters
Received on Sunday, 15 October 2006 10:05:47 UTC