diff options
author | William M. Brack <wbrack@src.gnome.org> | 2004-11-30 03:00:32 +0000 |
---|---|---|
committer | William M. Brack <wbrack@src.gnome.org> | 2004-11-30 03:00:32 +0000 |
commit | de7a9a01f330257285017cfe478ab5de152dea88 (patch) | |
tree | 36d9abc38cf20d1d5d7004a00c7e1878fcd20661 /tests/general | |
parent | 4ca8cab70f712428f56ade81876ac2c07a3bbcb0 (diff) | |
download | libxslt-de7a9a01f330257285017cfe478ab5de152dea88.tar.gz libxslt-de7a9a01f330257285017cfe478ab5de152dea88.tar.bz2 libxslt-de7a9a01f330257285017cfe478ab5de152dea88.zip |
more on RVT's in XPath predicates, this time for bug 159726. Cleaned up
* libxslt/pattern.c: more on RVT's in XPath predicates, this
time for bug 159726. Cleaned up the logic a little, hopefully
now covers all setting of XSLT_RUNTIME_EXTRA.
* tests/general/bug-158.xsl: corrected a typo
Diffstat (limited to 'tests/general')
-rw-r--r-- | tests/general/bug-158.xsl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/general/bug-158.xsl b/tests/general/bug-158.xsl index 0e77175d..3b955dca 100644 --- a/tests/general/bug-158.xsl +++ b/tests/general/bug-158.xsl @@ -7,7 +7,7 @@ xmlns="http://www.w3.org/1999/xhtml"> <xsl:variable name="myPath" select="/dsl:page/@path" /> -<xsl:variable name="layout" select="document('../docs/bug158.doc')"/> +<xsl:variable name="layout" select="document('../docs/bug-158.doc')"/> <xsl:variable name="root"><xsl:value-of select="$layout//layout:page[@path=$myPath]" /> </xsl:variable> |