aboutsummaryrefslogtreecommitdiffstats
path: root/result
diff options
context:
space:
mode:
authorKasimier T. Buchcik <kbuchcik@src.gnome.org>2006-07-13 13:07:11 +0000
committerKasimier T. Buchcik <kbuchcik@src.gnome.org>2006-07-13 13:07:11 +0000
commit7b4e2e20fdf70a61985cdf088a599e15fdc2c4ff (patch)
tree1fb15d97a9ad521caa2b0217e6225ccba1ca9dec /result
parent75acfeea327667cf69f0bb201d55cae5f2e6ba2d (diff)
downloadandroid_external_libxml2-7b4e2e20fdf70a61985cdf088a599e15fdc2c4ff.tar.gz
android_external_libxml2-7b4e2e20fdf70a61985cdf088a599e15fdc2c4ff.tar.bz2
android_external_libxml2-7b4e2e20fdf70a61985cdf088a599e15fdc2c4ff.zip
Removed the automatic generation of CDATA sections for the content of the
* xmlsave.c: Removed the automatic generation of CDATA sections for the content of the "script" and "style" elements when serializing XHTML. The issue was reported by Vincent Lefevre, bug #345147. * result/xhtml1 result/noent/xhtml1: Adjusted regression test results due to the serialization change described above.
Diffstat (limited to 'result')
-rw-r--r--result/noent/xhtml16
-rw-r--r--result/xhtml16
2 files changed, 6 insertions, 6 deletions
diff --git a/result/noent/xhtml1 b/result/noent/xhtml1
index 6bc103ae..6c06a95b 100644
--- a/result/noent/xhtml1
+++ b/result/noent/xhtml1
@@ -6,9 +6,9 @@
<title>Virtual Library</title>
</head>
<!-- 4.8 -->
- <script type="text/javascript"><![CDATA[
- ... unescaped script < content ...
- ]]></script>
+ <script type="text/javascript">
+ ... unescaped script &lt; content ...
+ </script>
<body>
<p>Moved to <a href="http://example.org/">example.org</a>.</p>
</body>
diff --git a/result/xhtml1 b/result/xhtml1
index 6bc103ae..6c06a95b 100644
--- a/result/xhtml1
+++ b/result/xhtml1
@@ -6,9 +6,9 @@
<title>Virtual Library</title>
</head>
<!-- 4.8 -->
- <script type="text/javascript"><![CDATA[
- ... unescaped script < content ...
- ]]></script>
+ <script type="text/javascript">
+ ... unescaped script &lt; content ...
+ </script>
<body>
<p>Moved to <a href="http://example.org/">example.org</a>.</p>
</body>