| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556 |
- 2007-01-23 Atsushi Enomoto <[email protected]>
- * XmlCanonicalizer.cs : in Canonicalize(XmlNodeList), nodes [0] could
- be XmlDocument and thus it could cause NullReferenceException.
- 2007-01-23 Atsushi Enomoto <[email protected]>
- * XmlCanonicalizer.cs : it should be reset before being reused.
- 2007-01-22 Atsushi Enomoto <[email protected]>
- * XmlCanonicalizer.cs : Fixed incorect is-visibly-utilized check. Got
- Phaos tests passed.
- 2007-01-17 Atsushi Enomoto <[email protected]>
- * XmlCanonicalizer.cs : don't output default namespace when the node's
- namespace is not empty. Check "visibly utilized" namespace nodes in
- exc-c14n. Also, in exc-c14n, rendered namespaces are not written.
- Added InclusiveNamespaces PrefixList field (not in use yet).
- 2005-04-04 Atsushi Enomoto <[email protected]>
- * XmlCanonicalizer.cs : don't rip 
 off here.
- 2004-05-14 Atsushi Enomoto <[email protected]>
- * XmlCanonicalizer.cs :
- Reverted xmlns change that seems my misinterpretation.
- 2004-05-13 Atsushi Enomoto <[email protected]>
- * XmlCanonicalizer.cs :
- Element namespace is not XPath-selected(selectable) namespace nodes
- and that should be outputted.
- Don't return null for empty output.
- 2004-03-26 Atsushi Enomoto <[email protected]>
- * XmlCanonicalizer.cs :
- Don't output 
 for Whitespace node.
- To filter every kind of nodes, make sure node.Attributes isnot null.
- This makes some phaos tests passed.
- 2004-02-14 Atsushi Enomoto <[email protected]>
- * XmlCanonicalizer.cs: Use child nodes of entity reference nodes (it
- is now correctly supported in XmlEntityReference).
- 2003-07-24 Gonzalo Paniagua Javier <[email protected]>
- * XmlCanonicalizer.cs: fixed to make it build for 1.0 and 1.1.
- 2003-07-24 Sebastien Pouliot <[email protected]>
- * XmlCanonicalizer.cs: New. C14N class from Aleksey Sanin.
|