File 0230-2169807-435882-xml-char-ref.patch of Package sblim-sfcb

diff -up ./cimXmlParser.c.orig ./cimXmlParser.c
--- ./cimXmlParser.c.orig	2008-11-07 14:46:15.000000000 -0700
+++ ./cimXmlParser.c	2008-11-07 14:47:59.000000000 -0700
@@ -324,7 +324,9 @@ static struct _xmlescape {
     { ">", '>', 4 },
     { "&lt;", '<', 4 },
     { "&#x20;", ' ', 6 },
+    { "&#32;", ' ', 5 },
     { "&#xa;", '\n', 5 },
+    { "&#10;", '\n', 5 },
 };
 
 static int xmlUnescape(char *buf, char *end)
openSUSE Build Service is sponsored by