XML verification using an external XSD file - possible yet in Pharo?

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

XML verification using an external XSD file - possible yet in Pharo?

Paul DeBruicker
Hi -

Is there a way to validate XML files with an external XML schema file (XSD file) in Pharo ?

Something like xerces (http://xerces.apache.org/) or xmllint (http://xmlsoft.org/xmllint.html) provide?


Thanks

Paul
Reply | Threaded
Open this post in threaded view
|

Re: XML verification using an external XSD file - possible yet in Pharo?

stepharo
Hi paul

monty told me that his XML parser is validating.

Stef

Le 2/2/16 23:53, PAUL DEBRUICKER a écrit :

> Hi -
>
> Is there a way to validate XML files with an external XML schema file (XSD file) in Pharo ?
>
> Something like xerces (http://xerces.apache.org/) or xmllint (http://xmlsoft.org/xmllint.html) provide?
>
>
> Thanks
>
> Paul
>


Reply | Threaded
Open this post in threaded view
|

Re: XML verification using an external XSD file - possible yet in Pharo?

monty-3


> Sent: Thursday, February 04, 2016 at 4:31 AM
> From: stepharo <[hidden email]>
> To: "Any question about pharo is welcome" <[hidden email]>
> Subject: Re: [Pharo-users] XML verification using an external XSD file - possible yet in Pharo?
>
> Hi paul
>
> monty told me that his XML parser is validating.

It is but only against DTDs at the moment, not XSDs or RELAX NG.

> Stef
>
> Le 2/2/16 23:53, PAUL DEBRUICKER a écrit :
> > Hi -
> >
> > Is there a way to validate XML files with an external XML schema file (XSD file) in Pharo ?
> >
> > Something like xerces (http://xerces.apache.org/) or xmllint (http://xmlsoft.org/xmllint.html) provide?
> >
> >
> > Thanks
> >
> > Paul
> >
>
>
>