Skip to content
Snippets Groups Projects
Commit a68d16efdf01 authored by Daniel Veillard's avatar Daniel Veillard
Browse files

added regression test for old bug #127877 Daniel

* tests/general/bug-151*, tests/docs/bug-151.xml,
  tests/general/Makefile.am, tests/docs/Makefile.am: added
  regression test for old bug #127877
Daniel
parent 7a919fa76eff
No related branches found
No related tags found
No related merge requests found
Sun May 16 23:08:05 CEST 2004 Daniel Veillard <daniel@veillard.com>
* tests/general/bug-151*, tests/docs/bug-151.xml,
tests/general/Makefile.am, tests/docs/Makefile.am: added
regression test for old bug #127877
Sun May 16 20:48:35 CEST 2004 Daniel Veillard <daniel@veillard.com>
* libxslt/transform.c: fixing bug #135542 about the DOCTYPE name
......
<doc/>
......@@ -159,6 +159,7 @@
bug-149.out bug-149.xsl \
bug-150.out bug-150.xsl \
bug-151.out bug-151.xsl \
bug-152.out bug-152.xsl \
character.out character.xsl \
character2.out character2.xsl \
itemschoose.out itemschoose.xsl \
......
<?xml version="1.0" encoding="US-ASCII"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII" />
<style type="text/css" media="all">@import
"pretty_xhtml.css";</style>
</head>
<body>
<h1>foo</h1>
</body>
</html>
<?xml version="1.0" encoding="UTF-8"?>
<xsl:transform
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
version="1.0" xmlns="http://www.w3.org/1999/xhtml">
<xsl:output
method="xml"
version="1.0"
indent="yes"
encoding="US-ASCII"
doctype-public="-//W3C//DTD XHTML 1.0 Strict//EN"
doctype-system="http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"
/>
<xsl:template match="/">
<html>
<head>
<style type="text/css" media="all">@import
"pretty_xhtml.css";</style>
</head>
<body>
<h1>foo</h1>
</body>
</html>
</xsl:template>
</xsl:transform>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment