summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@src.gnome.org>2001-05-20 13:22:24 +0000
committerDaniel Veillard <veillard@src.gnome.org>2001-05-20 13:22:24 +0000
commit62297def13ed8fd6c8ddcb93dd142d4bb98d6db1 (patch)
tree9777995a19e358ca7ee4ee897cba458d872bddaa
parent66746536df187cb17bc5b60ff2e12f84aa0d3b47 (diff)
downloadlibxslt-62297def13ed8fd6c8ddcb93dd142d4bb98d6db1.tar.gz
libxslt-62297def13ed8fd6c8ddcb93dd142d4bb98d6db1.tar.bz2
libxslt-62297def13ed8fd6c8ddcb93dd142d4bb98d6db1.zip
- tests/docbook/result/html/external.html
tests/docbook/result/html/graphics.html tests/docbook/result/html/gtest.html tests/docbook/test/external.xml tests/docbook/test/subdoc.ent: Added a test from coolo for IDs in external parsed entities and fixed 2 outputs Daniel
-rw-r--r--ChangeLog9
-rw-r--r--tests/docbook/result/html/external.html33
-rw-r--r--tests/docbook/result/html/graphics.html28
-rw-r--r--tests/docbook/result/html/gtest.html6
4 files changed, 59 insertions, 17 deletions
diff --git a/ChangeLog b/ChangeLog
index 54799b9b..f3cacd74 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+Sun May 20 15:20:49 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
+
+ * tests/docbook/result/html/external.html
+ tests/docbook/result/html/graphics.html
+ tests/docbook/result/html/gtest.html
+ tests/docbook/test/external.xml tests/docbook/test/subdoc.ent:
+ Added a test from coolo for IDs in external parsed entities
+ and fixed 2 outputs
+
Sat May 19 22:28:05 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
* libxslt/xslt.[ch] libxslt/xsltconfig.h.in libxslt/xsltproc.c:
diff --git a/tests/docbook/result/html/external.html b/tests/docbook/result/html/external.html
new file mode 100644
index 00000000..8ca0e59a
--- /dev/null
+++ b/tests/docbook/result/html/external.html
@@ -0,0 +1,33 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
+<html>
+<head>
+<meta content="text/html; charset=ISO-8859-1" http-equiv="Content-Type">
+<title>Main document</title>
+<meta name="generator" content="DocBook XSL Stylesheets V1.29">
+</head>
+<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="book" id="id2748992">
+<div class="titlepage">
+<div><h1 class="title">
+<a name="id2748992"></a>Main document</h1></div>
+<hr>
+</div>
+<div class="toc">
+<p><b>Table of Contents</b></p>
+<dl>
+<dt>1. <a href="#main">Chapter</a>
+</dt>
+<dt>2. <a href="#subdoc">Chapter</a>
+</dt>
+</dl>
+</div>
+<div id="main" class="chapter">
+<div class="titlepage"></div>
+<p>This references to: <a href="#subdoc"></a>
+</p>
+</div>
+<div id="subdoc" class="chapter">
+<div class="titlepage"></div>
+<p>This is nothing, but a subdoc</p>
+</div>
+</div></body>
+</html>
diff --git a/tests/docbook/result/html/graphics.html b/tests/docbook/result/html/graphics.html
index a80ebea5..1156bac9 100644
--- a/tests/docbook/result/html/graphics.html
+++ b/tests/docbook/result/html/graphics.html
@@ -5,61 +5,61 @@
<title>Graphics Test Document Title</title>
<meta name="generator" content="DocBook XSL Stylesheets V1.29">
</head>
-<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div id="id2727271" class="article">
+<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div id="id2751592" class="article">
<div class="titlepage">
<div><h1 class="title">
-<a name="id2727271"></a>Graphics Test Document Title</h1></div>
+<a name="id2751592"></a>Graphics Test Document Title</h1></div>
<hr>
</div>
<div class="toc">
<p><b>Table of Contents</b></p>
<dl>
-<dt> <a href="#id2727281">Graphic</a>
+<dt> <a href="#id2751602">Graphic</a>
</dt>
-<dt> <a href="#id2727400">Inlinegraphic</a>
+<dt> <a href="#id2751720">Inlinegraphic</a>
</dt>
-<dt> <a href="#id2727480">MediaObject</a>
+<dt> <a href="#id2751800">MediaObject</a>
</dt>
</dl>
</div>
<div class="section">
-<a name="id2727281"></a>
+<a name="id2751602"></a>
<div class="titlepage"><div><h2 class="title" style="clear: all">
-<a name="id2727281"></a>
+<a name="id2751602"></a>
<span class="title">Graphic</span>
</h2></div></div>
<p>fileref:</p>
<p><img src="emc2.png"></p>
<p>entityref:</p>
-<p><img src></p>
+<p><img src=""></p>
<p>fileref, scale=200:</p>
<p><img src="emc2.png" width="200%"></p>
<p>fileref, width=20, depth=20</p>
<p><img src="emc2.png" height="20" width="20"></p>
</div>
<div class="section">
-<a name="id2727400"></a>
+<a name="id2751720"></a>
<div class="titlepage"><div><h2 class="title" style="clear: all">
-<a name="id2727400"></a>
+<a name="id2751720"></a>
<span class="title">Inlinegraphic</span>
</h2></div></div>
<p>fileref: <img src="emc2.png">
</p>
-<p>entityref: <img src>
+<p>entityref: <img src="">
</p>
<p>fileref, scale=200: <img src="emc2.png" width="200%">
</p>
</div>
<div class="section">
-<a name="id2727480"></a>
+<a name="id2751800"></a>
<div class="titlepage"><div><h2 class="title" style="clear: all">
-<a name="id2727480"></a>
+<a name="id2751800"></a>
<span class="title">MediaObject</span>
</h2></div></div>
<p>fileref:</p>
<div class="mediaobject"><img src="emc2.png"></div>
<p>entityref:</p>
-<div class="mediaobject"><img src></div>
+<div class="mediaobject"><img src=""></div>
<p>fileref, scale=20:</p>
<div class="mediaobject"><img src="emc2.png" width="20%"></div>
<p>fileref, width=200, depth=400:</p>
diff --git a/tests/docbook/result/html/gtest.html b/tests/docbook/result/html/gtest.html
index 99532547..ee88e83e 100644
--- a/tests/docbook/result/html/gtest.html
+++ b/tests/docbook/result/html/gtest.html
@@ -5,12 +5,12 @@
<title>Chapter 1. Graphics Test</title>
<meta name="generator" content="DocBook XSL Stylesheets V1.29">
</head>
-<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div id="id2599172" class="chapter">
+<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div id="id2748992" class="chapter">
<div class="titlepage"><div><h2 class="title">
-<a name="id2599172"></a>Chapter 1. Graphics Test</h2></div></div>
+<a name="id2748992"></a>Chapter 1. Graphics Test</h2></div></div>
<p>A graphic by fileref:</p>
<div class="mediaobject"><img src="emc2.gif"></div>
<p>A graphic by entityref:</p>
-<div class="mediaobject"><img src></div>
+<div class="mediaobject"><img src=""></div>
</div></body>
</html>