vincentml
vincentml
Having finally read through the [thread on the EXPath maling list](https://lists.w3.org/Archives/Public/public-expath/2015Feb/0007.html) mentioned above, I think the proposed resource collections EXPath module would be useful though perhaps there is a need...
A few more standard" properties could be to store the original XML declaration and DOCTYPE declaration when an XML file is added to a database. It's probably more useful to...
The eXist version is 6.0.1 and JVM is OpenJDK11U-jdk_x64_windows_hotspot_11.0.16_8
Here is what is working for me to install more than one eXist-db instance on the same machine. > prunsrv-x86_64.exe install eXist-db-G --DisplayName=eXist-db-G --Description="eXist-db NoSQL Database Server" --StdError=auto --StdOutput=auto --LogPath="G:\eXist-db\logs"...
Is there anything to prevent this pull request from being merged? This pull request has been open for some time. Keeping these anachronisms from SVN and CVS in the main...
@phax I saw @tgraham-antenna a few weeks ago at [Balisage](http://www.balisage.net/) and we talked about Schematron. This repository is the "home" of the Schematron skeleton XSLTs and is maintained. However a...
This proposed restructuring should make it cleaner to import Schematron XSLTs into other projects. For example, a git submodule importing schematron-xslt2 or schematron-xslt1 would import only that Schematron XSLT implementation.
It does seem like XSpec would be a natural fit for testing the Schematron XSLTs. I shared this question with Sandro Cirulli (@cirulls) and asked about the automated testing CI...
A test suite for Schematron would probably need two sets of tests, with each set having multiple XSpec tests. The two sets of tests: 1. There could be a set...
The new sch:extends[@href] element might accomplish the same goal. I will have to try this possibly better alternative.