I am trying to do some VXML validation in an ant task. 
I use parser.setFeature("http://xml.org/sax/features/validation",true);
then, in my VXML document, I put
<!DOCTYPE vxml PUBLIC "-//Wingcast/VoiceXML Version 1.0b//EN"
"voicexml1-0.dtd">

It should be a simple operation that when parser.parse(uri) is called,
the vxml file is loaded
into the parser, and validated using DTD file specified in the vxml
file. 

The odd thing is seems that my dtd file is never used.

Anyone has any similar experience with this?

Or anyone know what is going on here?

Thanks for any help.

kelly
 

Reply via email to