
The ActiproSoftware.HTML.xml file references other "XML" files such as
<StateTransition Filename="ActiproSoftware.VBScript.xml" ChildLanguageBackColor="WhiteSmoke">
<ExplicitPatternGroup TokenKey="EndTagStartToken" Style="TagDelimiterStyle" PatternValue="</" LookAhead="script" />
</StateTransition>
And I assume if I was loading my xml files from disk and had these other files such as ActiproSoftware.VBScript.xml in the same folder all would be well, but in my case I am loading them from the database and use the Stream Loading methods to load the syntax xml files. How can I handle this situation?
[Modified 10 years ago]