tags:

views:

116

answers:

1

I have a .dslr file consiting of a rule(dslr) and a dsl file. I need to get the XML output of the DRL from this dslr.

I've tried different ways with the XMLDumper but cannot get it to work. Any ideas?

A: 

First convert your DSLR file to DRL, then do the same as before. See following link for an example on how to convert DSLR to DRL:

http://anonsvn.jboss.org/repos/labs/labs/jbossrules/trunk/drools-compiler/src/test/java/org/drools/compiler/DrlParserTest.java

Jack Smith