diff options
author | Daniel Veillard <veillard@src.gnome.org> | 2004-02-26 13:54:35 +0000 |
---|---|---|
committer | Daniel Veillard <veillard@src.gnome.org> | 2004-02-26 13:54:35 +0000 |
commit | 2fd968f166d5918054b317ce4ad0c1ee2761cb0c (patch) | |
tree | 639a5923c7a1efc27f37f56d6a937715ca7dab14 /doc/libxslt-api.xml | |
parent | 35184c89089ecdbdc202cd24ba30db9b082601aa (diff) | |
download | libxslt-2fd968f166d5918054b317ce4ad0c1ee2761cb0c.tar.gz libxslt-2fd968f166d5918054b317ce4ad0c1ee2761cb0c.tar.bz2 libxslt-2fd968f166d5918054b317ce4ad0c1ee2761cb0c.zip |
added test similar to 143 but checking for AVT in local variables. Daniel
* tests/docs/Makefile.am tests/docs/bug-144.xml
tests/general/Makefile.am tests/docs/bug-144*: added test
similar to 143 but checking for AVT in local variables.
Daniel
Diffstat (limited to 'doc/libxslt-api.xml')
-rw-r--r-- | doc/libxslt-api.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/libxslt-api.xml b/doc/libxslt-api.xml index 422280e8..5dd1dba3 100644 --- a/doc/libxslt-api.xml +++ b/doc/libxslt-api.xml @@ -113,6 +113,7 @@ <summary>interface for the key matching used in key() and template matches.</summary> <description>implementation of the key mechanims. </description> <author>Daniel Veillard </author> + <exports symbol='NODE_IS_KEYED' type='macro'/> <exports symbol='xsltInitCtxtKeys' type='function'/> <exports symbol='xsltFreeKeys' type='function'/> <exports symbol='xsltGetKey' type='function'/> @@ -493,6 +494,8 @@ </macro> <macro name='LIBXSLT_PUBLIC' file='xsltexports'> </macro> + <macro name='NODE_IS_KEYED' file='keys'> + </macro> <macro name='XSLTCALL' file='xsltexports'> </macro> <macro name='XSLTPUBFUN' file='xsltexports'> |