[scxml] src and relative url

2010-06-01 Thread Fabrizio Morbini
Hi, i'm using the src attribute to include external content (i haven't yet spent time in figuring our how to use xinclude). I load the initial scxml file using a url like file:C:/path/file.scxml. Inside file.scxml some node uses the src attribute set to (for example) src=include1.scxml#node34.

Re: [scxml] src and relative url

2010-06-01 Thread Rahul Akolkar
On Tue, Jun 1, 2010 at 2:26 PM, Fabrizio Morbini fmorb...@gmail.com wrote: Hi, i'm using the src attribute to include external content (i haven't yet spent time in figuring our how to use xinclude). snip/ OK, as long as you're aware its deprecated usage. I load the initial scxml file using a

XMLConfiguration: Editing Root Node

2010-06-01 Thread Scott Dudley
I'm attempting to use XMLConfiguration to edit the Tomcat server.xml file. I created a fragment with which to test: Server port=8005 shutdown=SHUTDOWN Service name=Catalina Connector connectionTimeout=2 port=80 protocol=HTTP/1.1 redirectPort=8443/ /Service /Server The following