← Back to team overview

zorba-coders team mailing list archive

Re: [Merge] lp:~zorba-coders/zorba/canonicalize-core-fixed into lp:zorba

 

Review: Needs Fixing

There should be a canonicalize#2 function that allows to specify options.
This should at least allow for the following libxml2 options.

   XML_PARSE_NOENT = 2 : substitute entities
   XML_PARSE_NOBLANKS = 256 : remove blank nodes
   XML_PARSE_NONET = 2048 : Forbid network access
   XML_PARSE_NSCLEAN = 8192 : remove redundant namespaces declarations
   XML_PARSE_NOCDATA = 16384 : merge CDATA as text nodes

The comment could be improved. For example, the node about streamability
should not be at the beginning.
-- 
https://code.launchpad.net/~zorba-coders/zorba/canonicalize-core-fixed/+merge/142394
Your team Zorba Coders is subscribed to branch lp:zorba.


References