GNOME Bugzilla – Bug 343303
[subparse] workaround for bad entities in sami parser
Last modified: 2006-07-11 22:26:33 UTC
Many sami builders allow "&" and " ". so sami parser in subparse element meets error. It needs some workarounds.
Created attachment 66418 [details] [review] patch for workaround about invalid entities patch for translating "&" to "&" and " " to " "
Committed, thanks: 2006-06-10 Tim-Philipp Müller <tim at centricular dot net> Patch by: Young-Ho Cha <ganadist at chollian net> * gst/subparse/samiparse.c: (fix_invalid_entities), (parse_sami): Fix up broken entities before passing them to libxml *sigh*. (#343303).