ChangeLog 968 B

123456789101112131415161718192021222324252627282930
  1. 2004-05-14 Atsushi Enomoto <[email protected]>
  2. * Reverted xmlns change that seems my misinterpretation.
  3. 2004-05-13 Atsushi Enomoto <[email protected]>
  4. * XmlCanonicalizer.cs :
  5. Element namespace is not XPath-selected(selectable) namespace nodes
  6. and that should be outputted.
  7. Don't return null for empty output.
  8. 2004-03-26 Atsushi Enomoto <[email protected]>
  9. * XmlCanonicalizer.cs :
  10. Don't output &#xD; for Whitespace node.
  11. To filter every kind of nodes, make sure node.Attributes isnot null.
  12. This makes some phaos tests passed.
  13. 2004-02-14 Atsushi Enomoto <[email protected]>
  14. * XmlCanonicalizer.cs: Use child nodes of entity reference nodes (it
  15. is now correctly supported in XmlEntityReference).
  16. 2003-07-24 Gonzalo Paniagua Javier <[email protected]>
  17. * XmlCanonicalizer.cs: fixed to make it build for 1.0 and 1.1.
  18. 2003-07-24 Sebastien Pouliot <[email protected]>
  19. * XmlCanonicalizer.cs: New. C14N class from Aleksey Sanin.