diff options
author | Daniel Veillard <veillard@src.gnome.org> | 2001-05-08 14:24:04 +0000 |
---|---|---|
committer | Daniel Veillard <veillard@src.gnome.org> | 2001-05-08 14:24:04 +0000 |
commit | 2e8ebaef0d1e137a7fbf709e3aaaff59437062d6 (patch) | |
tree | 033a7fd1c944141b1574d32ebfe75a8174b910e3 /tests/documents | |
parent | c0985f8498067658212b89f72bd2befd5d23b275 (diff) | |
download | libxslt-2e8ebaef0d1e137a7fbf709e3aaaff59437062d6.tar.gz libxslt-2e8ebaef0d1e137a7fbf709e3aaaff59437062d6.tar.bz2 libxslt-2e8ebaef0d1e137a7fbf709e3aaaff59437062d6.zip |
- doc/xslt.html: fixed a link error
- libxslt/transform.c libxslt/xsltutils.c: fixed DOCTYPE generation
- libxslt/xsltproc.c: cleaned up the --repeat loop
- tests/documents/result.xhtml tests/xmlspec/REC-xml-20001006*.html:
fixed the DOCTYPE in tests output
- tests/docs/bug-25-.xml tests/doc/Makefile.am
tests/general/bug-25-.* tests/general/Makefile.am : added a new
test case and fixed the EXTRA_DIST
Daniel
Diffstat (limited to 'tests/documents')
-rw-r--r-- | tests/documents/result.xhtml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/documents/result.xhtml b/tests/documents/result.xhtml index 6a85071d..1e040746 100644 --- a/tests/documents/result.xhtml +++ b/tests/documents/result.xhtml @@ -1,6 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "DTD/xhtml1-strict.dtd"> -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"><head><title>Home</title><link rel="stylesheet" href="bredfort.css" type="text/css" title="bredfort"/></head><body><table class="menu"><tr> <td class="menu"><a href="index.html">Home</a></td> <td class="menu"><a href="worklog.html">Worklog</a></td> |