jef2000 - 2011-03-12

Hi,

If some of you have problems with a linknx XML configuration file, you can try the following tool:
http://www.xmlvalidation.com/

Replace the <config> tag at beginning of config file by:

<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
       xsi:noNamespaceSchemaLocation='https://downloads.sourceforge.net/project/linknx/linknx/linknx-0.0.1.28/linknx-0.0.1.28-1.xsd'>

And submit it. (remove eventual passwords if you are paranoïd)

It will detect errors if a rule and an object have the same ID. You can ignore these errors.
I'll try to improve it but it's already a good starting point.

Jean-François