Question

I am able to parse a .DRL file into the XmlDumper and get the correct output. How I can I pass a .DSLR file through the XmlDumper to achieve the same results? The .DSLR file contains the language file(.DSL)

Was it helpful?

Solution

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

Kris

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top