validation - How to validate XML (via an XSD file) in Haskell? -



validation - How to validate XML (via an XSD file) in Haskell? -

i using hxt transforming xml. want validate input , output against xsd-file.

hxt seem include relaxng , dtd validators.

i don't care utilize else validating.

the closest can think haxml , elbow grease: https://hackage.haskell.org/package/haxml-1.25.3

in particular, have tools parse xsd , validate dtd. don't there's "out of box" way validate xsd -- possible nail info want dtd format, or replicate validation logic against parsed xsd.

at to the lowest degree that's start...

xml validation haskell xsd hxt

Comments

Popular posts from this blog

javascript - mongodb won't find my schema method in nested container -

How do you set up a perforce server to work over the internet? -

ios - Lagging ScrollView with UIWebview inside -