schematron Questions
2
Solved
I am new to xml and I am having difficulties in understanding what is happening in the below statement. The Schematron file is from https://schemas.wmo.int/iwxxm/3.0.0/rule/iwxxm.sch
<sch:rule ...
Peachey asked 19/2, 2020 at 8:1
4
Here is a JSON instance showing the start-time and end-time for a meeting:
{
"start time": "2015-02-19T08:00:00Z",
"end time": "2015-02-19T09:00:00Z"
}
I can specify the structure of that inst...
Dynamiter asked 20/2, 2015 at 12:32
1
I need to validate an XML file against Schematron (.sch file). I read that Saxon can do it. How can I use Schematron file directly as all the sample uses XSLT, not the Schematron file?
Botelho asked 22/1, 2018 at 10:4
2
Solved
I'm using ph-schematron, a Java library that validates XML documents via ISO Schematron:
This library provides 2 ways of XML document validation:
Validation via XSLT
Validation via Pure Schematr...
Privett asked 10/11, 2017 at 15:23
1
Solved
I'm using ph-schematron to validate my XML files. I'm able to validate the files correctly but I couldn't find how to generate reports about failing assertions.
This is my context(point-of-interes...
Constancy asked 24/12, 2015 at 14:12
2
Solved
I'm validating xml documents with the lxml schematron module. It works well but I can't display the validation report, which is set as a property. I can't find how to process it as an XML tree.
He...
Tham asked 9/6, 2012 at 17:47
1
I'm trying to do some Schematron validation with lxml. For the specific application I'm working at, it's important that any tests that failed the validation are reported back. The lxml documentatio...
Buitenzorg asked 26/11, 2014 at 13:14
2
Solved
Very basic question-
I've a xml file and I want to validate it against a schematron file. How do I do it using Saxon command line?
As per commandline reference I don't see any option to specify ...
Lavine asked 31/3, 2012 at 11:42
1
Solved
This particular question has been asked a few times, but not quite to my satisfaction. I'm not really interested in the workarounds proposed, but how to do what I actually want to do.
Would like a...
Sphygmoid asked 17/4, 2014 at 11:42
3
Solved
As far as I can tell, JAXP by default supports W3C XML Schema and RelaxNG from Java 6.
I can see a few APIs, mostly experimental or incomplete, on the schematron.com links page.
Is there an appro...
Quiteri asked 26/5, 2009 at 12:40
4
The ISO Schematron standard has been out for two years now, but I'm still unable to find a Java implementation using ISO Schematron XSLT files (as opposed to files from an older version of Schematr...
Kirby asked 12/4, 2012 at 15:0
2
Solved
I am running this code:
string path = AppDomain.CurrentDomain.BaseDirectory;
// Uri schemaUri = new Uri(@"file:\\" + path + @"\sch\patient.sch");
Uri totransformEE = new Uri(@"file:\\" + path ...
Dharna asked 27/2, 2014 at 5:13
1
Solved
I am trying to compile Schematron file through the XSLT file (iso_svrl_for_xslt2.xsl) with help of Saxon9HE as described here and there.
Here I am calling Saxon with 3 arguments:
-o:schema-compil...
Liederkranz asked 5/6, 2013 at 14:44
1
Solved
I'm trying to add schematron validation to my xsd.
This is my new xsd :
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema">
xmlns:sch="http://www.ascc.net/xml/schematron"
elementFormD...
Clansman asked 30/6, 2010 at 11:34
1
Solved
I've been looking around for at a way to make some more advanced business rule validation of XML documents. So far Schematron seems to be able to do, what I need.
I've been looking around, and th...
Ease asked 24/4, 2009 at 20:57
1
© 2022 - 2024 — McMap. All rights reserved.