Waleed K. Abdulla wrote:
>
> That’s actually easy. DDOM Supports attaching multiple XRules
> documents to one XML document at the same time. No need to use
> <Include> for this; just call the “XRulesDocuments.Add()” method
> multiple times; once for each XRules document you want to attach.
>
> dxml.XRulesDocuments.Add(xrulesDoc1);
>
> dxml.XRulesDocuments.Add(xrulesDoc2);
>
> dxml.XRulesDocuments.Add(xrulesDoc3);
>
Implementing either an XInclude or a xrules specific include would be
more in following with what other XML languages implement, like XML
Schema and XSLT.
Dave