Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Saxon information missing... #222

Open
xatapult opened this issue Mar 26, 2018 · 2 comments
Open

Saxon information missing... #222

xatapult opened this issue Mar 26, 2018 · 2 comments

Comments

@xatapult
Copy link
Contributor

xatapult commented Mar 26, 2018

The information on how to configure Saxon in eXist is missing. For instance: How to add a config file. Add this somewhere?

There is some info hidden deep in the mailing list dungeons, but is this accurate?

<transformer class="com.saxonica.config.ProfessionalTransformerFactory" caching="no">
  <attribute name="http://saxon.sf.net/feature/version-warning" value="false" type="boolean"/>
  <attribute name="http://saxon.sf.net/feature/licenseFileLocation" value="$EXIST_HOME/lib/user/saxon-license.lic" type="string"/>
  <attribute name="http://saxon.sf.net/feature/configuration-file" value="$EXIST_HOME/lib/user/saxon-config.xml" type="string"/>
</transformer>
@duncdrum
Copy link
Contributor

@adamretter any thoughts on how to do this in 5.2.0

@adamretter
Copy link
Member

adamretter commented Jan 27, 2020

@duncdrum I think the above should work, but you would need to manually expand the $EXIST_HOME and obviously fix the paths, you should likely use etc rather than lib for those config files.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants