Created attachment 871866 [details] yumgroups with biarchonly XML element Description of problem: I'm trying to load yumgroups.xml from CentOS 4.9 with python bindings. Warning is issued on <biarchonly> XML element and doesn't seem to be processed any further. Version-Release number of selected component (if applicable): libcomps-0.1.6-3.fc21.x86_64 python-libcomps-0.1.6-3.fc21.x86_64 python-2.7.5-11.fc20.x86_64 How reproducible: Always Steps to Reproduce: 1. Download attached yumgroups-biarchonly.py and yumgroups-biarchonly.xml 2. Run yumgroups-biarchonly.py script with Python interpreter 3. Run diff -u yumgroups-biarchonly.xml yumgroups-new.xml Actual results: Script prints following warning: 'false' found between elements at line:14 column :21 Diff shows missing XML element (see attached yumgroups_biarchonly_new.diff). Expected results: No warning issued & biarchonly element preserved.
Created attachment 871867 [details] Minimal reproducer
Created attachment 871868 [details] Changes between original and new XML