<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
se the DrlDumper on the parser object.<br>
<br>
Mark<br>
Niloy Debnath wrote:
<blockquote cite="mid:896815.67854.qm@web7914.mail.in.yahoo.com"
 type="cite">hi,<br>
  <br>
I'm reading the .drl file as shown in the following code to generate
the XML file:<br>
&nbsp;<br>
final Reader source = new
InputStreamReader(honestpoliticiandrl2xml.class.getResourceAsStream(
"HonestPolitician.drl" ) );<br>
&nbsp;&nbsp;&nbsp;&nbsp; final DrlParser drlp= new DrlParser();<br>
&nbsp;&nbsp;&nbsp;&nbsp; final PackageDescr astx = drlp.parse(source);<br>
&nbsp;<br>
Instead:<br>
&nbsp;<br>
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?<br>
  <br>
thanking u,<br>
  <br>
Niloy Debnath &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <br>
  <p> </p>
  <hr size="1"> Here&#8217;s a new way to find what you're looking for - <a
 moz-do-not-send="true"
 href="http://us.rd.yahoo.com/mail/in/yanswers/*http://in.answers.yahoo.com/">Yahoo!
Answers</a>
  <pre wrap="">
<hr size="4" width="90%">
_______________________________________________
rules-users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:rules-users@lists.jboss.org">rules-users@lists.jboss.org</a>
<a class="moz-txt-link-freetext" href="https://lists.jboss.org/mailman/listinfo/rules-users">https://lists.jboss.org/mailman/listinfo/rules-users</a>
  </pre>
</blockquote>
<br>
</body>
</html>