Page 1 of 1

Does my VoiceXML document need to have a DOCTYPE declaration

Posted: Fri Jun 13, 2003 1:54 pm
by support
All VoiceXML documents run under the Plum VP are validated using the appropriate DTD for the platform version; if your document contains some other DOCTYPE declaration, that DOCTYPE declaration is ignored and your document is validated against the platform DTD.

If you which to utilize the document validation features of your third-party markup editor (XMLSpy, Stylus Studio, etc.), you should include the following DOCTYPE declaration in your document:

<!DOCTYPE vxml PUBLIC "-//The Plum Group//Voice Markup Language 2.0//EN" "http://vxml.plumgroup.com/vxml-***.dtd">

where "***" represents the platform version number (e.g. version 2.40 --> 240). This version number is available within the Plum VP Configuration UI.