Description of problem: If you copy & paste the example from the man page into a file and run it through xmllint, you get the following errors: /etc/test.conf:17: element device: Relax-NG validity error : Invalid attribute ipaddr for element device Relax-NG validity error : Extra element fence in interleave /etc/test.conf:3: element clusternodes: Relax-NG validity error : Element clusternode failed to validate content /etc/test.conf:4: element clusternode: Relax-NG validity error : Element clusternodes has extra content: clusternode /etc/test.conf:2: element cman: Relax-NG validity error : Expecting element clusternodes, got cman /etc/test.conf:1: element cluster: Relax-NG validity error : Invalid sequence in interleave /etc/test.conf:1: element cluster: Relax-NG validity error : Element cluster failed to validate content /etc/test.conf:13: element device: validity error : IDREF attribute name references an unknown ID "brocade" /etc/test.conf:8: element device: validity error : IDREF attribute name references an unknown ID "apc" /etc/test.conf:17: element device: validity error : IDREF attribute name references an unknown ID "last_resort" /etc/test.conf:17: element device: validity error : IDREF attribute name references an unknown ID "last_resort" /etc/test.conf fails to validate
Created attachment 151995 [details] The cluster config file I copied from the man page.
[~]$ uname -a Linux hydrogen.msp.redhat.com 2.6.19-1.2895.fc6 #1 SMP Wed Jan 10 18:50:56 EST 2007 x86_64 x86_64 x86_64 GNU/Linux [~]$ cat /etc/redhat-release Fedora Core release 6 (Zod) [~]$ xmllint foo.conf > /dev/null; echo $? 0