Re: [staf-users] About NameError: XMLCommonParser

2009-04-21 Thread Cao Yu
Hi Lucas Thank you, your advise helped me out. Now I modified the script to let it work with Jython2.1 And it seems working well now. Cao Yu Sharon Lucas wrote: > You didn't provide the code that you're trying to run, so I can't comment > specifically on the problem. But, the problem

Re: [staf-users] About NameError: XMLCommonParser

2009-04-21 Thread Sharon Lucas
You didn't provide the code that you're trying to run, so I can't comment specifically on the problem. But, the problem is most likely due to you not understanding that STAX uses Jython 2.1, not Python to run the code you put into a

[staf-users] About NameError: XMLCommonParser

2009-04-21 Thread Cao Yu
Hello Everyone I'm using STAF to set up an automatic test frame work. Inside which, I'm using minidom to parse xml files. But, it seems that minidom did not work correctlly: com.ibm.staf.service.stax.STAXPythonEvaluationException: Trace