diff options
author | Daniel Veillard <veillard@src.gnome.org> | 2003-11-02 09:53:42 +0000 |
---|---|---|
committer | Daniel Veillard <veillard@src.gnome.org> | 2003-11-02 09:53:42 +0000 |
commit | d88c798e1e48bf87b0d775b3fce0c12be06402cb (patch) | |
tree | 2c4f3a2d13dfcd939e0c9d8fa49f643770bad7ad /doc/libxslt-api.xml | |
parent | a083b0b03e26ab057b6cca3e44ac9ea11a4b19d9 (diff) | |
download | libxslt-d88c798e1e48bf87b0d775b3fce0c12be06402cb.tar.gz libxslt-d88c798e1e48bf87b0d775b3fce0c12be06402cb.tar.bz2 libxslt-d88c798e1e48bf87b0d775b3fce0c12be06402cb.zip |
some cleanup and trial for the upcoming 1.1.0 release this release removes
* Makefile.am configure.in libxslt.spec.in doc/libxslt-api.xml
libxslt/xslt.h libxslt/xsltwin32config.h: some cleanup and trial
for the upcoming 1.1.0 release
* breakpoint/*: this release removes the deprecated breakpoint library
Daniel
Diffstat (limited to 'doc/libxslt-api.xml')
-rw-r--r-- | doc/libxslt-api.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/libxslt-api.xml b/doc/libxslt-api.xml index ff7dccab..455234cf 100644 --- a/doc/libxslt-api.xml +++ b/doc/libxslt-api.xml @@ -341,6 +341,7 @@ <exports symbol='XSLT_DEFAULT_VENDOR'/> <exports symbol='XSLT_DEFAULT_VERSION'/> <exports symbol='XSLT_NAMESPACE'/> + <exports symbol='XSLT_PARSE_OPTIONS'/> <exports symbol='xsltCleanupGlobals'/> <exports symbol='xsltEngineVersion'/> <exports symbol='xsltLibxmlVersion'/> @@ -439,6 +440,9 @@ <macro name='XSLT_NORM_SAXON_NAMESPACE' file='extra'> <info>This is Norm's namespace for SAXON extensions.</info> </macro> + <macro name='XSLT_PARSE_OPTIONS' file='xslt'> + <info>The set of options to pass to an xmlReadxxx when loading files for XSLT consumption.</info> + </macro> <macro name='XSLT_PAT_NO_PRIORITY' file='xsltInternals'> <info>Specific value for pattern without priority expressed.</info> </macro> |