Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > XML > Parser that handles XSDL with imbedded Schematron?

Reply
Thread Tools

Parser that handles XSDL with imbedded Schematron?

 
 
gabriel
Guest
Posts: n/a
 
      06-25-2003
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


 
Reply With Quote
 
 
 
 
Colin Mackenzie
Guest
Posts: n/a
 
      06-25-2003
I believe it is a 2 step process,

1. validate instance against XSD (XML spy validate file (f), 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

"gabriel" <> wrote in message
news:FVdKa.39$...
> 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
>
>



 
Reply With Quote
 
 
 
 
gabriel
Guest
Posts: n/a
 
      06-25-2003
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

"Colin Mackenzie" <> skrev i meddelandet
news:bdbque$fqg$...
> I believe it is a 2 step process,
>
> 1. validate instance against XSD (XML spy validate file (f), 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
>
> "gabriel" <> wrote in message
> news:FVdKa.39$...
> > 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
> >
> >

>
>



 
Reply With Quote
 
Colin Mackenzie
Guest
Posts: n/a
 
      06-25-2003
this is not my expert area but schematron rules can be standalone or
embedded in appinfo see

http://lists.w3.org/Archives/Public/...2Apr/0070.html

for an example.

This allows the rules for XSD and schematron ot live togtehr in one file,
howver an XSD validator will IGNORE the schematron rules, these have to be
evaulated as a post process.

Eddie Robertson is the expert of this and explains the process at

http://www.geocrawler.com/archives/3...2/8/0/9267800/

Colin

"gabriel" <> wrote in message
news:RefKa.41$...
> 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
>
> "Colin Mackenzie" <> skrev i meddelandet
> news:bdbque$fqg$...
> > I believe it is a 2 step process,
> >
> > 1. validate instance against XSD (XML spy validate file (f), 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
> >
> > "gabriel" <> wrote in message
> > news:FVdKa.39$...
> > > 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
> > >
> > >

> >
> >

>
>



 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Question about file handles and windows handles @ Windows Operating Systems eino Python 1 05-08-2007 09:14 PM
saving imbedded images from emails Rose Firefox 2 03-07-2006 02:08 AM
Imbedded addresses Bert Walker Computer Support 1 04-22-2004 06:55 PM
imbedded image question Mike HTML 2 01-06-2004 01:30 AM
How do I remove imbedded movie from ShockWave Player Jack B. Pollack Computer Support 2 09-01-2003 06:36 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57