Validating XML with Schematron

前端 未结 3 1128
萌比男神i
萌比男神i 2021-01-07 01:03

I am trying to validate an XML file with Schematron, which is more complicated than XSD. I googled a lot and the best thing that came up is this Microsoft website. But that

3条回答
  •  长发绾君心
    2021-01-07 01:14

    I recommend that you instead use Rick Jelliffe's reference implementation of ISO Schematron using pure XSLT, preferably XSLT 2.0, with an established XSLT processor such as Michael Kay's Saxon.

提交回复
热议问题