diff options
author | Daniel Veillard <veillard@src.gnome.org> | 2002-03-22 15:15:36 +0000 |
---|---|---|
committer | Daniel Veillard <veillard@src.gnome.org> | 2002-03-22 15:15:36 +0000 |
commit | 54b4ce572b8024785c0e1362ce38317715ae7c8a (patch) | |
tree | bc71138166489822b3f86e655b5c816c1fa30acf /doc/libxslt-refs.xml | |
parent | 9ce2508b8878f029218f29b86b611ec1d4018e9c (diff) | |
download | libxslt-54b4ce572b8024785c0e1362ce38317715ae7c8a.tar.gz libxslt-54b4ce572b8024785c0e1362ce38317715ae7c8a.tar.bz2 libxslt-54b4ce572b8024785c0e1362ce38317715ae7c8a.zip |
Fixing bug #75777 error with namespaced attribute match rules evaluation
* libxslt/pattern.c: Fixing bug #75777 error with namespaced
attribute match rules evaluation
* tests/docs/Makefile.am tests/docs/bug-78.xml
tests/general/Makefile.am tests/general/bug-78.*: added a
specific example for bug #75777 in the regression tests
Daniel
Diffstat (limited to 'doc/libxslt-refs.xml')
-rw-r--r-- | doc/libxslt-refs.xml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/doc/libxslt-refs.xml b/doc/libxslt-refs.xml index e30a5e36..6ec98b82 100644 --- a/doc/libxslt-refs.xml +++ b/doc/libxslt-refs.xml @@ -7,7 +7,6 @@ <reference name='CHECK_STOPPEDE' href='html/libxslt-xsltinternals.html#CHECK-STOPPEDE-CAPS'/> <reference name='DEBUG_MEMORY' href='html/libxslt-xsltconfig.html#DEBUG-MEMORY-CAPS'/> <reference name='DEBUG_MEMORY_LOCATION' href='html/libxslt-xsltconfig.html#DEBUG-MEMORY-LOCATION-CAPS'/> - <reference name='IN_LIBXSLT' href='html/libxslt-libxslt.html#IN-LIBXSLT-CAPS'/> <reference name='IS_XSLT_ELEM' href='html/libxslt-xsltutils.html#IS-XSLT-ELEM-CAPS'/> <reference name='IS_XSLT_NAME' href='html/libxslt-xsltutils.html#IS-XSLT-NAME-CAPS'/> <reference name='IS_XSLT_REAL_NODE' href='html/libxslt-xsltutils.html#IS-XSLT-REAL-NODE-CAPS'/> @@ -256,7 +255,6 @@ <ref name='DEBUG_MEMORY_LOCATION'/> </letter> <letter name='I'> - <ref name='IN_LIBXSLT'/> <ref name='IS_XSLT_ELEM'/> <ref name='IS_XSLT_NAME'/> <ref name='IS_XSLT_REAL_NODE'/> @@ -1205,7 +1203,6 @@ <ref name='xsltFreeDocumentKeys'/> </file> <file name='libxslt'> - <ref name='IN_LIBXSLT'/> <ref name='LIBXSLT_PUBLIC'/> </file> <file name='namespaces'> |