Re: JESS: JessML ParseException

2005-10-03 Thread ejfried
I think Wong Dong wrote:
> Our team is developing a rule-based system, and we worked out a clp 
> version. After converting the clp rules into JessML format using XMLPrinter, 
> we found there was an exception when we used "batch" command to execute the 
> JessML rules.

Anytime the parser can't parse something the XMLPrinter wrote, that's a
bug. I'd appreciate it if you could send me a .clp file that triggers
this error, so I can fix the problem.



-
Ernest Friedman-Hill  
Advanced Software Research  Phone: (925) 294-2154
Sandia National LabsFAX:   (925) 294-2234
PO Box 969, MS 9012 [EMAIL PROTECTED]
Livermore, CA 94550 http://herzberg.ca.sandia.gov


To unsubscribe, send the words 'unsubscribe jess-users [EMAIL PROTECTED]'
in the BODY of a message to [EMAIL PROTECTED], NOT to the list
(use your own address!) List problems? Notify [EMAIL PROTECTED]




JESS: JessML ParseException

2005-10-03 Thread Wong Dong
Our team is developing a rule-based system, and we worked out a clp 
version. After converting the clp rules into JessML format using XMLPrinter, 
we found there was an exception when we used "batch" command to execute the 
JessML rules. The cmd-line message is as follows:


Jess> (batch "examples/ProductionRules.xml")
Jess reported an error in routine JessSAXParser.parse
while executing (batch "examples/Productionrules.xml").
  Message: Parse error.
  Program text: ( batch "examples/ProductionRules.xml" )  at line 1.

Nested exception is:
Missing child payload in scope fact


I looked through the manual and found no information on this this parse 
error.Hope anyone can help me on this.

Regards
Dong


To unsubscribe, send the words 'unsubscribe jess-users [EMAIL PROTECTED]'
in the BODY of a message to [EMAIL PROTECTED], NOT to the list
(use your own address!) List problems? Notify [EMAIL PROTECTED]