On Sat, Jun 12, 2010 at 3:43 PM, <[email protected]> wrote: > Author: jbeard > Date: Sat Jun 12 19:43:57 2010 > New Revision: 954126 > > URL: http://svn.apache.org/viewvc?rev=954126&view=rev > Log: > Replaced namespace reference to msdl.cs.mcgill.ca. > > Modified: > > commons/sandbox/gsoc/2010/scxml-js/trunk/src/xslt/backends/js/AbstractEnumeratedStatechartGenerator.xsl > > commons/sandbox/gsoc/2010/scxml-js/trunk/src/xslt/backends/js/AbstractStatechartGenerator.xsl > > commons/sandbox/gsoc/2010/scxml-js/trunk/src/xslt/backends/js/StatePatternStatechartGenerator.xsl > > commons/sandbox/gsoc/2010/scxml-js/trunk/src/xslt/backends/js/StateTableStatechartGenerator.xsl > > commons/sandbox/gsoc/2010/scxml-js/trunk/src/xslt/backends/js/SwitchyardStatechartGenerator.xsl > > commons/sandbox/gsoc/2010/scxml-js/trunk/src/xslt/ir-compiler/appendBasicStateInformation.xsl > > commons/sandbox/gsoc/2010/scxml-js/trunk/src/xslt/ir-compiler/appendStateInformation.xsl > > commons/sandbox/gsoc/2010/scxml-js/trunk/src/xslt/ir-compiler/appendTransitionInformation.xsl > > commons/sandbox/gsoc/2010/scxml-js/trunk/src/xslt/ir-compiler/changeTransitionsPointingToCompoundStatesToPointToInitialStates.xsl > > commons/sandbox/gsoc/2010/scxml-js/trunk/src/xslt/ir-compiler/computeLCA.xsl > > commons/sandbox/gsoc/2010/scxml-js/trunk/src/xslt/ir-compiler/enumerateEvents.xsl > > commons/sandbox/gsoc/2010/scxml-js/trunk/src/xslt/ir-compiler/flattenTransitions.xsl > > commons/sandbox/gsoc/2010/scxml-js/trunk/src/xslt/ir-compiler/nameTransitions.xsl > > commons/sandbox/gsoc/2010/scxml-js/trunk/src/xslt/ir-compiler/numberStatesAndTransitions.xsl > > commons/sandbox/gsoc/2010/scxml-js/trunk/src/xslt/ir-compiler/splitTransitionTargets.xsl > > commons/sandbox/gsoc/2010/scxml-js/trunk/src/xslt/ir-compiler/transformIf.xsl > commons/sandbox/gsoc/2010/scxml-js/trunk/test/testScript.sh > > Modified: > commons/sandbox/gsoc/2010/scxml-js/trunk/src/xslt/backends/js/AbstractEnumeratedStatechartGenerator.xsl > URL: > http://svn.apache.org/viewvc/commons/sandbox/gsoc/2010/scxml-js/trunk/src/xslt/backends/js/AbstractEnumeratedStatechartGenerator.xsl?rev=954126&r1=954125&r2=954126&view=diff > ============================================================================== > --- > commons/sandbox/gsoc/2010/scxml-js/trunk/src/xslt/backends/js/AbstractEnumeratedStatechartGenerator.xsl > (original) > +++ > commons/sandbox/gsoc/2010/scxml-js/trunk/src/xslt/backends/js/AbstractEnumeratedStatechartGenerator.xsl > Sat Jun 12 19:43:57 2010 > @@ -17,7 +17,7 @@ > --> > <stylesheet xmlns="http://www.w3.org/1999/XSL/Transform" > xmlns:s="http://www.w3.org/2005/07/scxml" > - xmlns:c="http://msdl.cs.mcgill.ca/" > + xmlns:c="urn://scxml-js" > version="1.0"> > <snip/>
Two slashes aren't needed for URNs, one could use: urn:apache:commons:scxml-js Or an http URL, you could use: http://commons.apache.org/scxml-js -Rahul --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
