webwork/src/resources/web/examples/vxml vxmltest.jsp,1.1,1.2

[email protected]
Newsgroups gmane.comp.java.open-symphony.cvs
Message-ID <[email protected]>
Update of /cvsroot/opensymphony/webwork/src/resources/web/examples/vxml
In directory sc8-pr-cvs1:/tmp/cvs-serv28551/src/resources/web/examples/vxml

Modified Files:
	vxmltest.jsp 
Log Message:
Escape xml declaration

Index: vxmltest.jsp
===================================================================
RCS file: /cvsroot/opensymphony/webwork/src/resources/web/examples/vxml/vxmltest.jsp,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- vxmltest.jsp	21 May 2002 05:26:59 -0000	1.1
+++ vxmltest.jsp	1 Nov 2003 03:09:46 -0000	1.2
@@ -1,4 +1,4 @@
-<?xml version="1.0"?>
+<%="<?xml version=\"1.0\"?>"%>
 <%@ page contentType="text/xml"%>
 
 <%@ taglib uri="webwork" prefix="webwork" %>
@@ -7,26 +7,26 @@
 
 <vxml version="2.0">
 
-	<form>  
+	<form>
 	        <vui:field name="'fieldname'" modal="'true'">
-	        
+
 	            <vui:grammar name="'testgrammar'" model="grammar">
 	              <!-- append a rule to grammar -->
 	              <rule name="test">
 	                <item>What is it</item>
 	              </rule>
 	            </vui:grammar>
-	        
+
 	            <vui:prompt bargein="false">
   	                <vui:audio src="'test.wav'" tts="'this is a test'"/>
 	            </vui:prompt>
-	         
+
 	            <vui:filled action="'formtest.action'" actionaudio="'/action.wav'">
 	               <vui:log label="'somelabel'">Log</vui:log>
 	            </vui:filled>
-	        
+
 	        </vui:field>
-	        
+
 	</form>
 
 </vxml>




-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?   SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.