hi ,

i want to convert a DRL file into its equivalent XML file using 
JbossRules-3.0.5. i have used two methods for this conversion
       
       Method 1:
       
       In this method i've taken a DRL file as an input and converted it into 
its equivalent XML file. i've attached a sample program named FibonacciDrl2Xml 
which will help you to understand my first method.
       
 Method 2:
       
 In this method i dont want to take any rule file as an input. i want to create 
the rule objects and through dump method of XmlDumper class i want to convert 
it into XML
       
       now problem arises here...i can bind the RHS part with PackageDescr but 
not the LHS part because we can not bind 
LiteralDescr,FieldBindingDescr,ColumnDescr etc with the PackageDescr and dump 
method only take PackageDescr object as a parameter.so i've modified the 
existing XmlDumper class as per my requirement and converted HelloWorldExample 
into its equivalent XML.
       
 i've attached HelloWorldXml file which will give you a clear view about my 
program where i created the rule objects and xmlDump which is modified version 
of XmlDumper as per my requirement .
       
 now i need to make xmlDump class more generic for method 2. How do i do that? 
i've tried lot but i failed. i need your help.
       
 thanking you,
 with regards,
 Niloy Debnanth
 (student)
                                
---------------------------------
 Here’s a new way to find what you're looking for - Yahoo! Answers 

Attachment: FibonacciDrl2Xml.java
Description: 4220824248-FibonacciDrl2Xml.java


Attachment: HelloWorldXml.java
Description: 3694516232-HelloWorldXml.java

Attachment: xmlDump.java
Description: 3691291231-xmlDump.java

_______________________________________________
rules-users mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/rules-users

Reply via email to