se the DrlDumper on the parser object.

Mark
Niloy Debnath wrote:
hi,

I'm reading the .drl file as shown in the following code to generate the XML file:
 
final Reader source = new InputStreamReader(honestpoliticiandrl2xml.class.getResourceAsStream( "HonestPolitician.drl" ) );
     final DrlParser drlp= new DrlParser();
     final PackageDescr astx = drlp.parse(source);
 
Instead:
 
I've to construct the rules objects and generate xml file from them.plz tell me how do i do that,means how do i construct the rules object?

thanking u,

Niloy Debnath                         


Here’s a new way to find what you're looking for - Yahoo! Answers

_______________________________________________ rules-users mailing list rules-users@lists.jboss.org https://lists.jboss.org/mailman/listinfo/rules-users