Author: rahul
Date: Thu Sep 21 16:39:31 2006
New Revision: 448739
URL: http://svn.apache.org/viewvc?view=rev&rev=448739
Log:
Namespace the SCXML elements.
Modified:
shale/sandbox/shale-test-dialog2-scxml/src/main/webapp/WEB-INF/popup.xml
shale/sandbox/shale-test-dialog2-scxml/src/main/webapp/WEB-INF/wizard.xml
Modified:
shale/sandbox/shale-test-dialog2-scxml/src/main/webapp/WEB-INF/popup.xml
URL:
http://svn.apache.org/viewvc/shale/sandbox/shale-test-dialog2-scxml/src/main/webapp/WEB-INF/popup.xml?view=diff&rev=448739&r1=448738&r2=448739
==============================================================================
--- shale/sandbox/shale-test-dialog2-scxml/src/main/webapp/WEB-INF/popup.xml
(original)
+++ shale/sandbox/shale-test-dialog2-scxml/src/main/webapp/WEB-INF/popup.xml
Thu Sep 21 16:39:31 2006
@@ -20,7 +20,8 @@
<!--
This file was generated by a stylesheet.
-->
-<scxml initialstate="setup" version="1.0">
+<scxml xmlns="http://www.w3.org/2005/07/scxml" version="1.0"
+ initialstate="setup">
<state id="setup">
<onentry>
Modified:
shale/sandbox/shale-test-dialog2-scxml/src/main/webapp/WEB-INF/wizard.xml
URL:
http://svn.apache.org/viewvc/shale/sandbox/shale-test-dialog2-scxml/src/main/webapp/WEB-INF/wizard.xml?view=diff&rev=448739&r1=448738&r2=448739
==============================================================================
--- shale/sandbox/shale-test-dialog2-scxml/src/main/webapp/WEB-INF/wizard.xml
(original)
+++ shale/sandbox/shale-test-dialog2-scxml/src/main/webapp/WEB-INF/wizard.xml
Thu Sep 21 16:39:31 2006
@@ -20,7 +20,8 @@
<!--
This file was generated by a stylesheet.
-->
-<scxml initialstate="setup" version="1.0">
+<scxml xmlns="http://www.w3.org/2005/07/scxml" version="1.0"
+ initialstate="setup">
<state id="setup">
<onentry>