We've Moved! Please visit our new and improved forum over at our new portal: https://portal.plumvoice.com/hc/en-us/community/topics

Does my VoiceXML document need to have a DOCTYPE declaration

Answers to common Plum DEV questions

Moderators: admin, support

Locked
support
Posts: 3632
Joined: Mon Jun 02, 2003 3:47 pm
Location: Boston, MA
Contact:

Does my VoiceXML document need to have a DOCTYPE declaration

Post 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.

Locked