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

feat: support XML 1.1 in Ant build #1141

Merged
merged 7 commits into from
Aug 8, 2020
Merged

feat: support XML 1.1 in Ant build #1141

merged 7 commits into from
Aug 8, 2020

Conversation

AirQuick
Copy link
Member

@AirQuick AirQuick commented Aug 7, 2020

Closes #989

This pull request adds a new Ant property, xspec.xml.version.

Example:

ant -buildfile C:\xspec\build.xml -lib C:\Saxon\saxon9ee.jar -Dxspec.xml=M:\test\control.xspec -Dxspec.xml.version=1.1

This is a global setting (like catalog). If the property is set, its value is passed to the Saxon XML_VERSION option in every XSLT/XQuery invocation (except for the coverage trace XML).

I'm keeping the new Ant property undocumented for now, because we have seen only one request for this feature.

@AirQuick AirQuick merged commit f3c76cd into xspec:master Aug 8, 2020
@AirQuick AirQuick deleted the xml-1-1 branch August 8, 2020 19:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

control-compiled.xsl fails to inherit XML 1.1
1 participant