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);
Regards,
Waleed
-----Original Message-----
From: xrules@yahoogroups.com
[mailto:xrules@yahoogroups.com] On Behalf Of radobject
Sent: Tuesday, January 16, 2007
4:46 AM
To: xrules@yahoogroups.com
Subject: [xrules] Re: Include or
Import in XRule
How can simulate with
XRule or DDOM. I have 1 XML file and 3 Xrule
file that I want to run on XML file.
Best regards
Sasan Nikookar
--- In xrules@yahoogroups.
<waleed_abdulla@
>
> Sasan,
>
> The current implementation does not support the <include> or
<import>
> elements yet.
>
>
>
> Regards,
>
> Waleed
>
>
>
>
>
> -----Original Message-----
> From: xrules@yahoogroups.
Behalf Of
> radobject
> Sent: Monday, January 15, 2007 11:14 PM
> To: xrules@yahoogroups.
> Subject: [xrules] Include or Import in XRule
>
>
>
> Hi
>
> I want to kno XRULE suppot import or include statement for adding
> another XRule into a XRule file.
>
> Best regards
> Sasan Nikookar
>