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

added a test case provided by Markus Bertheau breaking on libxml2-2.6.15

* tests/general/bug-155.*, tests/general/Makefile.am,
  tests/docs/bug-155*, tests/docs/Makefile.am: added a test case
  provided by Markus Bertheau breaking on libxml2-2.6.15
Daniel
parent 6a5576d099cc
Branches
No related tags found
No related merge requests found
Mon Nov 1 15:57:24 CET 2004 Daniel Veillard <daniel@veillard.com>
* tests/general/bug-155.*, tests/general/Makefile.am,
tests/docs/bug-155*, tests/docs/Makefile.am: added a test case
provided by Markus Bertheau breaking on libxml2-2.6.15
Fri Oct 29 17:03:26 CEST 2004 Daniel Veillard <daniel@veillard.com>
* configure.in NEWS doc/*: preparing release of libxslt-1.1.12
......
......@@ -44,7 +44,7 @@
*
* extra version information, used to show a CVS compilation
*/
#define LIBXML_VERSION_EXTRA "-CVS963"
#define LIBXML_VERSION_EXTRA "-CVS964"
/**
* WITH_XSLT_DEBUG:
......
......@@ -154,6 +154,7 @@
bug-152.xml \
bug-153.xml bug-153.doc \
bug-154.xml \
bug-155.xml \
character.xml \
array.xml \
items.xml
......
<?xml version="1.0" encoding="UTF-8"?>
<object class="Literaturhinweis" id="3964">
<Ältestenrat>18-99</Ältestenrat>
</object>
......@@ -162,6 +162,7 @@
bug-152.out bug-152.xsl \
bug-153.out bug-153.xsl \
bug-154.out bug-154.xsl \
bug-155.out bug-155.xsl \
character.out character.xsl \
character2.out character2.xsl \
itemschoose.out itemschoose.xsl \
......
<h3>Literaturhinweis</h3><ul>
<li><strong>Ältestenrat:</strong>18-99</li>
</ul>
<?xml version="1.0" encoding="UTF-8"?>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
<xsl:output encoding="UTF-8" indent="yes" omit-xml-declaration="yes"/>
<xsl:template match="object[@class='Literaturhinweis']"><h3>Literaturhinweis</h3>
<ul>
<li><strong>Ältestenrat:</strong><xsl:value-of select="Ältestenrat"/></li>
</ul>
</xsl:template>
</xsl:stylesheet>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment