In fact,
what i want is to have separate drl files each one containing a rule set . I 
never used the xml entity but i took a look at it now and in fact to include 
the external files we need to specify the parent node (something like this)  

----
<!DOCTYPE rule-set [
<!ENTITY ext1 SYSTEM "./helloworld.csharp.drl.xml">
]>

---
till now this does not work in i have a absolute url exception although i think 
that i specified correctly the path ...
But will the xml entities allow me to "load" different rule sets in different 
files ? if yes how should the doctype be written knowing that in the  drl file 
the parent node is rule-set
can i write something like this ??

<!DOCTYPE [
<!ENTITY ext1 SYSTEM "./first.csharp.drl.xml">
<!ENTITY ext2 SYSTEM "./two.csharp.drl.xml">
]>
   

thanks for ur help,
--
Eliane Daghfal

Reply via email to