rimmartin / saxon-node

MIT License
64 stars 6 forks source link

Validating XSD schemas using saxon? #3

Open seanmcilvenna opened 9 years ago

seanmcilvenna commented 9 years ago

I see you have implemented node equivilants for XProcProcessor and XsltProcessor, but I don't see anything for SchemaProcessor? Is this something you intend to implement?

ond1 commented 9 years ago

Hi Sean,

On 4 Aug 2015, at 06:30, Sean McIlvenna <notifications@github.com mailto:notifications@github.com> wrote:

I see you have implemented node equivilants for XProcProcessor and XsltProcessor, but I don't see anything for SchemaProcessor? Is this something you intend to implement?

Saxon/C currently only supports the HE edition of Saxon. For schema processing the Saxon-EE edition is required. In the next release of Saxon/C we will be including PE and EE in the release therefore Schema processing and many other features will be available. However for the commercial editions of Saxon a license file will be required.

The other thing that needs to be done is the saxon-node interface of the SchemaProcessor

kind regards,


O'Neil Delpratt Software Developer, Saxonica Limited Email: oneil@saxonica.com mailto:oneil@saxonica.com Twitter: https://twitter.com/ond1 https://twitter.com/ond1 Tel: +44 118 946 5894 Web: http://www.saxonica.com http://www.saxonica.com/ Saxonica Community site: http://dev.saxonica.com http://dev.saxonica.com/ Bug tracking site: https://saxonica.plan.io/ https://saxonica.plan.io/

rimmartin commented 8 years ago

Will be exploring the addition of the SchemaValidator and XPath