开发者

JBOSS DROOLS using XmlDumper with .dslr

开发者 https://www.devze.com 2022-12-22 11:41 出处:网络
I am able to parse a .DRL file into the X开发者_Go百科mlDumper 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

I am able to parse a .DRL file into the X开发者_Go百科mlDumper 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)


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

0

精彩评论

暂无评论...
验证码 换一张
取 消