The moose likes Groovy and the fly likes Validating XML against Schema Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Other Languages » Groovy
Reply Bookmark "Validating XML against Schema" Watch "Validating XML against Schema" New topic
Author

Validating XML against Schema

Bill Lee
Greenhorn

Joined: Feb 02, 2007
Posts: 20
I have created some XML via Groovy and am trying to figure out how to validate Groovy against an existing schema? Is there a way to do this? Thanks.
Gregg Bolinger
Sheriff

Joined: Jul 11, 2001
Posts: 15021

Ah, the wonders of documentation and a little nudge from Google. Try it sometime. You might like it. ;)

http://groovy.codehaus.org/Validating+XML+with+a+W3C+XML+Schema


My Blog | DZone Articles
 
 
subject: Validating XML against Schema
 
developer file tools