Re: [scxml] src and parser invocation

2010-06-02 Thread Rahul Akolkar
On Wed, Jun 2, 2010 at 8:08 PM, Fabrizio Morbini fmorb...@gmail.com wrote: Hi, if we have the following case:  2 scxml files: a.scxml and b.scxml  in a.scxml, 2 different nodes use the src attribute to source the content from other 2 different nodes defined in b.scxml (using the syntax

Re: [scxml] src and parser invocation

2010-06-02 Thread Fabrizio Morbini
Hi Rahul, (btw, thanks for your quick and precise answers.) is there anything wrong in modifying the methog: DigestSrcAttributeRule in SCXMLParser.java to add an HashMapString,SCXML that stores the result of the call externalSrcDigester.parse(location); for a given location? If the same location

Re: [scxml] src and parser invocation

2010-06-02 Thread Rahul Akolkar
On Wed, Jun 2, 2010 at 8:39 PM, Fabrizio Morbini fmorb...@gmail.com wrote: Hi Rahul, (btw, thanks for your quick and precise answers.) is there anything wrong in modifying the methog: DigestSrcAttributeRule in SCXMLParser.java to add an HashMapString,SCXML that stores the result of the call