http://bugzilla.novell.com/show_bug.cgi?id=588679 http://bugzilla.novell.com/show_bug.cgi?id=588679#c6 --- Comment #6 from Johannes Meixner <jsmeix@novell.com> 2010-03-17 11:02:57 UTC --- Created an attachment (id=348871) --> (http://bugzilla.novell.com/attachment.cgi?id=348871) yast2-printer source src/printer.rnc Uwe, the attached current src/printer.rnc is outdated and would be wrong for my above changes for openSUSE 11.3. I would also like to clean this up totally, i.e. remove any outdated stuff from it and have only therein what is valid for my above changes for openSUSE 11.3. I think src/printer.rnc should become something like -------------------------------------------------------------------------- default namespace = "http://www.suse.com/1.0/yast2ns" namespace a = "http://relaxng.org/ns/compatibility/annotations/1.0" namespace config = "http://www.suse.com/1.0/configns" printer = element printer { element cupsd_conf_content { Anything* }? & element client_conf_content { Anything* }? } -------------------------------------------------------------------------- But instead of "Anything*" I would prefer a more specific entry which describes that the content is actually a map with one single key "file_contents" and its value is a string which contains CDATA, see comment #4. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.