**** Merged from MCS ****
[mono-project.git] / mcs / class / System.Security / Mono.Xml / ChangeLog
blob0033a80410d93dcca00799bcf075f7008e1934a2
1 2004-05-14  Atsushi Enomoto <atsushi@ximian.com>
3         * Reverted xmlns change that seems my misinterpretation.
5 2004-05-13  Atsushi Enomoto <atsushi@ximian.com>
7         * XmlCanonicalizer.cs :
8           Element namespace is not XPath-selected(selectable) namespace nodes
9           and that should be outputted.
10           Don't return null for empty output.
12 2004-03-26  Atsushi Enomoto <atsushi@ximian.com>
14         * XmlCanonicalizer.cs :
15           Don't output &#xD; for Whitespace node.
16           To filter every kind of nodes, make sure node.Attributes isnot null.
17           This makes some phaos tests passed.
19 2004-02-14  Atsushi Enomoto <atsushi@ximian.com>
21         * XmlCanonicalizer.cs: Use child nodes of entity reference nodes (it
22           is now correctly supported in XmlEntityReference).
24 2003-07-24  Gonzalo Paniagua Javier <gonzalo@ximian.com>
26         * XmlCanonicalizer.cs: fixed to make it build for 1.0 and 1.1.
28 2003-07-24  Sebastien Pouliot <spouliot@motus.com>
30         * XmlCanonicalizer.cs: New. C14N class from Aleksey Sanin.