You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@daffodil.apache.org by "Steve Lawrence (JIRA)" <ji...@apache.org> on 2018/04/03 11:44:00 UTC

[jira] [Updated] (DAFFODIL-1807) schematron validation

     [ https://issues.apache.org/jira/browse/DAFFODIL-1807?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Steve Lawrence updated DAFFODIL-1807:
-------------------------------------
    Fix Version/s: 2.2.0

> schematron validation
> ---------------------
>
>                 Key: DAFFODIL-1807
>                 URL: https://issues.apache.org/jira/browse/DAFFODIL-1807
>             Project: Daffodil
>          Issue Type: New Feature
>          Components: Back End
>            Reporter: Michael Beckerle
>            Priority: Major
>             Fix For: 2.2.0
>
>
> Daffodil can run the standard XSD validator that is in Xerces.
> We should also be able to provide schematron-based validation. This should allow use of a separate rule file (usually filename.sch extension), or schematron annotations embedded directly in the DFDL schema.
> Note: the way schematron validation commonly works is that the schematron rules are converted into an XSLT, and the XSLT is run on the XML infoset to produce the schematron output. We can do this same thing, but should insure that the conversion from schematron rules into XSLT is part of schema compilation so that aspect is done once only, and the XSLT created from that has its corresponding Java "transformer" object created only once as well.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)