[Installit-dev] XML namespaces and declarations

Jannis Pohlmann info at sten-net.de
Wed Aug 24 23:20:51 CEST 2005


Hi all.

I just wrote down a list of XML namespaces and declaration rules in the
Wiki: http://installit.xfce.org/trac.cgi/wiki/XMLNamespaces

I'm not sure yet but I guess my parsers are ready for mixing those
formats with other XML dialects by identifying namespace and ids, etc.

If someone tries to mix them (well, they aren't really supposed to be)
you can just type something like this:

<?xml version="1.0"?>
<!DOCTYPE any ...>
<any xmlns="..." xmlns:i2t-conf="http://installit.xfce.org/1.0/config">
   <foo>
      <bar/>
   </foo>
   <i2t-conf:string name="prefix" value="/home/moron/installit"/>
</any>

Just as an example. Any concerns on this topic?

Regards,
Jannis



More information about the Installit-dev mailing list