I want to use a Visual Studio 2008 web project to build an application that uses:
<!DOCTYPE vxml PUBLIC "-//W3C//DTD VOICEXML 2.1//EN"
"http://www.w3.org/TR/voicexml20/vxml.dtd">
as it's validation schema in an aspx file. However, when I write a tag such as <vxml></vxml>
which is a valid tag in vxml.dtd, it raises a couple of warnings: Element 'html' occurs too few times
and Element 'vxml' is not supported
.
I think this is due to the Validation Target setting in Tools > Options > Text Editor > HTML > Validation.
How can I add vxml.dtd to the list of possible settings in the target dropdown box?
Thanks, Ben