when loading the scxml source document, the compiler should first check for xinclude elements. unfortunately, this might be quite a bit of work. before starting, we need to check if browser's xsl processors allow for xinclude. probably don't.
Comment #1
Posted on Feb 23, 2011 by Helpful MonkeyThree step3: 1. support to get one whole XML document 2. support xinclude element() feature, see http://www.w3.org/TR/xptr-element/ to get more details 3. support xinclude pointer() feature, see http://www.w3.org/TR/xptr-xpointer/ to get more details
Comment #2
Posted on Feb 23, 2011 by Helpful Monkey(No comment was entered for this change.)
Comment #3
Posted on Feb 23, 2011 by Helpful MonkeyXInclude looks like this:
obviously, we can build xi:include as a Custom Action Class for SCXML4Flex
Comment #4
Posted on Feb 24, 2011 by Helpful MonkeyFind some open source ActionScript XInclude parser and merge it into SCXML4Flex is a good way, maybe it will save much time
Comment #5
Posted on Feb 25, 2011 by Helpful MonkeyCreate a opensource project [http://code.google.com/p/xinclude4flex/ XInclude4Flex] to help SCXML4Flex support XInclude
Status: Accepted
Labels:
Type-Defect
Priority-Medium