| Author |
Velocity to xml and validate with xsd
|
Adam Teg
Ranch Hand
Joined: Jul 10, 2007
Posts: 58
|
|
I am using velocity to generate an XML document. The document gets created fine and prints to the console. What I want to get is an XML Document object from velocity so that I can validate it using an xsd. Any thoughts. Thanks Document = ctx.put("paceartController", getPaceart());
|
 |
 |
|
|
subject: Velocity to xml and validate with xsd
|
|
|