1
0
mirror of https://gitlab.gnome.org/GNOME/libxslt synced 2025-08-01 14:06:55 +03:00

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
This commit is contained in:
Daniel Veillard
2003-11-02 09:53:42 +00:00
parent a083b0b03e
commit d88c798e1e
10 changed files with 31 additions and 534 deletions

View File

@ -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&apos;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>