Archive

Posts Tagged ‘validate’

Validating XML against an XSD in Java

June 23rd, 2009 redwildfire13 No comments

I’ve been working on a REST interface for adding, removing, and viewing Hazard information in the database at work (I’m at the Pacific Disaster Center). Setting up REST was pretty easy, but validating the input has been a bit of a problem. Since it took me a while to find a good solution, I figured I’d post how I went about taking care of my validation problems here.

Read more…

Categories: Joe's Stories Tags: , , , ,