ONYX

K

korovev76

Hi everybody! Is there anything out there that can validate and parse
some "onyx-style" xml? I searched the web, but coulnd't find nothing
really interesting about it...


thank you!

korovev
 
B

Bruno Desthuilliers

(e-mail address removed) a écrit :
Hi everybody! Is there anything out there that can validate and parse
some "onyx-style" xml?

I don't know what's "onyx-style" xml, but if it's xml, any xml parser
will parse it, and any validating parser should be able to validate it
given the correct DTD.
 
B

Bruno Desthuilliers

(e-mail address removed) a écrit :
(top-post corrected)
> i'm such a lame... i meant onix... not onyx...
> http://xml.coverpages.org/onix.html
>
> the questions remain the same ones...
>

First question : do you *really* need a validating parser ?

Second question : did you try to google for
"+Python +validating +XML +parser"
 
K

korovev76

First question : do you *really* need a validating parser ?
that's what they told me ("they" being "da boss")... I mean: i have to
validate and to parse... i guess you can't do it at the same time, can
you?

Second question : did you try to google for
"+Python +validating +XML +parser"

I've already googled it, and found pyRXP... but I was looking for
someone/something already experienced with onix...
 
D

Diez B. Roggisch

that's what they told me ("they" being "da boss")... I mean: i have to
validate and to parse... i guess you can't do it at the same time, can
you?



I've already googled it, and found pyRXP... but I was looking for
someone/something already experienced with onix...

Well, it's XML with a DTD. Not much to see there. Nobody is going to
help you generate and/or process it, as the application is _very_
domain-specific and unlikely to have some pre-built support libs.

However, using python you should be in an excellent position to create
one for yourself - and maybe share, if "da boss" allows it.

Diez
 

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

No members online now.

Forum statistics

Threads
474,430
Messages
2,571,676
Members
48,796
Latest member
Greg L.

Latest Threads

Top