src/modules/xml/consumer_xml.c | 61 ++++++++++++++++++++++++++++++++++-----
1 files changed, 53 insertions(+), 8 deletions(-)
New commits:
commit ab4f5ab7148b76ac532eea9273185c53130afd80
Author: Dan Dennedy <d...@dennedy.org>
Date: Sun Jan 22 15:13:49 2012 -0800
quick fix for xml containing bad characters
Per the XML standard only the following characters are permitted:
Char    ::=    #x9 | #xA | #xD | [#x20-#xD7FF] | [#xE000-#xFFFD]
|
[#x10000-#x10FFFF] Â /* any Unicode character, excluding the surrogate
blocks, FFFE, and FFFF. */
This fix does not properly handle the ranges for multi-byte characters,
but it does remove the invalid single-byte "control characters."
------------------------------------------------------------------------------
Try before you buy = See our experts in action!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-dev2
_______________________________________________
Mlt-devel mailing list
Mlt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mlt-devel