Parser that handles XSDL with imbedded Schematron?

G

gabriel

Is there such a parser out there?
I'm using XMLSPY.. can its native parser handle imbedded Schematron and
validate an instace against it?


/Gabriel
 
C

Colin Mackenzie

I believe it is a 2 step process,

1. validate instance against XSD (XML spy validate file (f8)), note
scheamtron rules are ignored
2. if it parses against XSD, run instance against schematron stylehseet
using XML spy XSLT feature (f10) and look at the output

Usually this is done programatically so as to appear a once step solution to
the user.
You could have a look in XMLspy help for scripting if you want to automate
this (not tried it myself)

Colin
 
G

gabriel

When you say "schematron stylesheet" it sounds like you mean a separate
schema. What I want is to handle schematron language inside a XML Schema,
inside the appinfo element to be more precise.
How do I make that happen? :)

I don't want two seperate schemas... or maybe the maintenance is the same in
both cases?

/Gabriel
 
C

Colin Mackenzie

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,767
Messages
2,569,572
Members
45,045
Latest member
DRCM

Latest Threads

Top