On Wed, Sep 26, Jorge Arellano Cid wrote:
On Fri, Sep 14, 2012 at 12:38:46PM +0200, Sebastian Geerken wrote:
On Thu, Sep 13, Alexander Voigt wrote:
On Mon, Sep 10, 2012 at 08:45:22PM +0200, Sebastian Geerken wrote:
No, not yet. BTW: I haven't understood whether "xml:" is a normal namespace prefix (for which namespace?) or is specialy reserved (and may so not be used as namespace prefix). In the latter case, support would be rather simple.
As written in [1], the "xml:" prefix is bound to the namespace http://www.w3.org/XML/1998/namespace , which is reseved for the W3C. This means that the nobody, except the W3C, can reuse this prefix for their own namespace.
So, as long as the meaning of "xml:lang" does not change (which is very unlikely), it can be interpreted in the same way as the "lang" attribute.
So, this simple patch (or similar):
---------------------------------------------------------------------- [...] ----------------------------------------------------------------------
would work, without bothering about XML namespaces (in the near future). What do the other developers think?
Yes, it looks OK to me.
I'd go with the attached patch (a bit more explicit, +comments)
Feel free to commit.
Done. Sebastian