I would actually like to see some kind of include feature, that tells the
compiler how to pull it all together etc, from the DRL.

We have an idea to do something like this extending DSLs, so all the DRL
needs is a name to point it to the DSL (or similar file) that ties it all
together with the other files. We will need something like this more and
more I believe. Its trivial to do it in code yourself of course.... the
challenge is for the IDE to do it when it does the building for you (as it
has to work out from the DRL what it needs to parse and compile).

As always open to ideas... probably several solutions.

And as mark says, XML support is now available (and its not XML->DRL, is
actually XML->AST via a Sax parser).

Michael.

On 4/23/06, Mitch Christensen <[EMAIL PROTECTED]> wrote:
>
> I thought I saw something similar posted to the group a while back, but I
> don't recall seeing an answer.
>
>
>
> In Drools 2.x we could include DRL files in another DRL file using XML
> entities.  Since Drools3 syntax is not XML based I wouldn't expect XML
> entities to work anymore.  Does a similar feature exist in the Drools3
> syntax?  I understand that I could write code to load all necessary DRL
> files, but it seems like a nice feature to be able to do it right in our
> DRL.
>
>
>
> Thanks.
>
> -Mitch
>
>
>

Reply via email to