https://bugzilla.novell.com/show_bug.cgi?id=219399 ug@novell.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |ASSIGNED Info Provider|ug@novell.com | ------- Comment #2 from ug@novell.com 2006-11-13 05:38 MST ------- I talked to our XML guru and he said, it's not allowed to name an element with a whitespace or in it in XML1.0 So, how about this? change the XML structure in the way: <volume_settings config:type="list"> <volume_entry> <key>Master Mono</key> <value config:type="integer">72</value> <volume_entry> <volume_entry> ... </volume_entry> </volume_settings> that would make the schema check a little bit better too, because we don't need the "Anything" in the RNC file then. The bad thing is, we are not compatible with old profiles and we need to do some code changes in yast2-sound. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.