| 1234567891011121314151617181920212223242526272829303132333435 |
- 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.
|