mirror of
https://gitlab.gnome.org/GNOME/libxslt
synced 2025-09-15 16:01:08 +03:00
* libxslt/pattern.c libxslt/transform.c: trying to kill bug #58878, some associated serious cleanup in the pattern code. * tests/docbook/result/*: regenerated all the results for the docbook testsuite. Seems killing #58878 also changes the fo results seriously. * tests/docs/Makefile.am tests/docs/bug-5[56].xml tests/general/Makefile.am tests/general/bug-5[56].*: added 2 more tests Daniel
10 lines
257 B
XML
10 lines
257 B
XML
<?xml version="1.0"?>
|
|
<xsl:stylesheet version="1.0"
|
|
xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
|
|
<xsl:preserve-space elements="*"/>
|
|
<xsl:output method="xml"/>
|
|
<xsl:template match="child::foo">
|
|
<bar/>
|
|
</xsl:template>
|
|
</xsl:stylesheet>
|