Using JBoss DROOLS XMLDumper with .dslr file
问题 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? 回答1: 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 回答2: I repackaged the unit test