phax / ph-schematron

Java Schematron library that supports XSLT and native application
Apache License 2.0
116 stars 36 forks source link

id's are null when read from result #31

Closed jkiddo closed 8 years ago

jkiddo commented 8 years ago

The result objects of type FailedAssert when traversing org.oclc.purl.dsdl.svrl.SchematronOutputType.getActivePatternAndFiredRuleAndFailedAssert() has the id field set to null

phax commented 8 years ago

Hi! Sorry for delay - we had a public holiday. The "id" is only set if the source assert/report has an "id" set. Otherwise this optional attribute is not emitted.