<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=koi8-r">
<META content="MSHTML 6.00.2900.3268" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>Hello!</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>I have found this:</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>....<FONT face="Times New Roman" size=3>you can use
the following snippet of code to convert the brl to a drl
rule:</FONT></FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV>BRXMLPersitence read = BRXMLPersitence.getInstance();<BR>BRDRLPersistence
write = BRDRLPersistence.getInstance();<BR>String brl = ... read from the .brl
file as needed...<BR>String outputDRL =
write.marshall(read.unmarshal(brl));<BR>//then pass the outputDRL to the
PackageBuilder as normal</DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>Can you explain please: <FONT
face="Times New Roman" size=3>"String brl = ... read from the .brl file as
needed..."</FONT></FONT></DIV>
<DIV><FONT face=Arial size=2>for example if I have "first.brl" and I want
"first.drl"</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>Thank you... =)</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV></BODY></HTML>