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 src="b.scxml#node_i").

is the file b.scxml completely parsed for every instance of src
attribute found while parsing a.scxml? Or is b.scxml parsed only once
and the result reused?

thanks,
fabrizio.

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@commons.apache.org
For additional commands, e-mail: user-h...@commons.apache.org

Reply via email to