aboutsummaryrefslogtreecommitdiffstats
path: root/result
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@src.gnome.org>2002-05-31 06:32:25 +0000
committerDaniel Veillard <veillard@src.gnome.org>2002-05-31 06:32:25 +0000
commite2c7dcedcd0f6269f3f14b97c053142815a40e32 (patch)
tree33a7db527f3cba352ee62bbe07658be96078cae7 /result
parent7790006842bd023667a8eac0f6bc3c0c1c65d5b4 (diff)
downloadandroid_external_libxml2-e2c7dcedcd0f6269f3f14b97c053142815a40e32.tar.gz
android_external_libxml2-e2c7dcedcd0f6269f3f14b97c053142815a40e32.tar.bz2
android_external_libxml2-e2c7dcedcd0f6269f3f14b97c053142815a40e32.zip
2.6.0beta1 changes Fixing attribute normalization, might not be totally
* configure.in doc/* : 2.6.0beta1 changes * SAX2.c hash.c parser.c parserInternals.c: Fixing attribute normalization, might not be totally fixed but this should make sure SAX event provide the right strings for attributes except entities for which libxml2 is different by default This should fix #109564 * result/attrib.xml.sax result/ent3.sax result/p3p.sax: minor changes in attribute callback values * result/c14n/with-comments/example-4 result/c14n/without-comments/example-4: this also fixes a subtle bug in the canonicalization tests. Daniel
Diffstat (limited to 'result')
-rw-r--r--result/c14n/with-comments/example-42
-rw-r--r--result/c14n/without-comments/example-42
2 files changed, 2 insertions, 2 deletions
diff --git a/result/c14n/with-comments/example-4 b/result/c14n/with-comments/example-4
index 19a25592..26937c87 100644
--- a/result/c14n/with-comments/example-4
+++ b/result/c14n/with-comments/example-4
@@ -5,5 +5,5 @@ Second line</text>
<compute>value&gt;"0" &amp;&amp; value&lt;"10" ?"valid":"error"</compute>
<compute expr="value>&quot;0&quot; &amp;&amp; value&lt;&quot;10&quot; ?&quot;valid&quot;:&quot;error&quot;">valid</compute>
<norm attr=" ' &#xD;&#xA;&#x9; ' "></norm>
- <normId id="' &#xD;&#xA;&#x9; '"></normId>
+ <normId id="' &#xD;&#xA;&#x9; '"></normId>
</doc> \ No newline at end of file
diff --git a/result/c14n/without-comments/example-4 b/result/c14n/without-comments/example-4
index 19a25592..26937c87 100644
--- a/result/c14n/without-comments/example-4
+++ b/result/c14n/without-comments/example-4
@@ -5,5 +5,5 @@ Second line</text>
<compute>value&gt;"0" &amp;&amp; value&lt;"10" ?"valid":"error"</compute>
<compute expr="value>&quot;0&quot; &amp;&amp; value&lt;&quot;10&quot; ?&quot;valid&quot;:&quot;error&quot;">valid</compute>
<norm attr=" ' &#xD;&#xA;&#x9; ' "></norm>
- <normId id="' &#xD;&#xA;&#x9; '"></normId>
+ <normId id="' &#xD;&#xA;&#x9; '"></normId>
</doc> \ No newline at end of file