You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@openoffice.apache.org by GitBox <gi...@apache.org> on 2020/06/07 08:02:28 UTC

[GitHub] [openoffice] DamjanJovanovic commented on pull request #87: Stax removal from source tree

DamjanJovanovic commented on pull request #87:
URL: https://github.com/apache/openoffice/pull/87#issuecomment-640174534


   There's a dependency from filter -> saxon -> stax
   
   ```
   $ grep SAXON filter -R
   filter/prj/build.lst:fl      filter  :    L10N:l10n svtools unotools xmloff cppu tools cppuhelper sal svx javaunohelper jvmaccess canvas SAXON:saxon LIBXSLT:libxslt basegfx NULL
   filter/source/xsltfilter/makefile.mk:.IF "$(DISABLE_SAXON)" == ""
   filter/source/xsltfilter/makefile.mk:.IF "$(SYSTEM_SAXON)" == "YES"
   filter/source/xsltfilter/makefile.mk:XCLASSPATH:=$(XCLASSPATH)$(PATH_SEPERATOR)$(SAXON_JAR)
   ```
   
   Apparently the xsltfilter uses it. Not sure where xsltfilter is used but maybe this helps:
   https://wiki.openoffice.org/wiki/Documentation/DevGuide/OfficeDev/Integrating_Import_and_Export_Filters
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@openoffice.apache.org
For additional commands, e-mail: dev-help@openoffice.apache.org