gap777 / SchemaTron

Native C#/.NET implementation of ISO schematron
Other
19 stars 7 forks source link

Description of XPath and XSLT support #3

Closed jeremychapman closed 9 years ago

jeremychapman commented 9 years ago

The description of the latest release states: "This is the first release of the ported XRouter schematron project to support XPath2 and XSLT2 using XmlPrime. I've looked hard, and I couldn't find any other .NET or C# library to give me fast, native schematron validation of XML files. "

The description of the assembly information states: "The native ISO Schematron validator over XPath 1.0 query language binding."

Which is correct? is XPath2 or XPath1 supporteded? Is XSLT or XSLT2 supported?

gap777 commented 9 years ago

Good observation. For that branch, the assembly information was not updated. I've corrected it. Thank you.