RE: Digester parsing user question

2002-02-20 Thread Kyle Robinson
spits out. Cheers, Scott Sanders -Original Message- From: Kyle Robinson [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 20, 2002 11:58 AM To: '[EMAIL PROTECTED]' Subject: Digester parsing user question When I pass a badly formed xml document into my digester.parse() method

Digester documentation error?

2002-02-06 Thread Kyle Robinson
that the descriptions of these two rules state: When the begin() method is called the digester analyzes... However, looking at the source code, they have implemented only the end() methods. Is this an error in the documentation, or am I misreading the documentation? Thanks, Kyle Robinson Systems

Digester user question - How to use objects/parameters not in the body

2002-01-31 Thread Kyle Robinson
a digester.addCallParam with a value that is not in the body of the XML? Do I have to push my Connection onto the stack to use it? If so, how do I do that?? Any help is appreciated, thanks. __ Kyle Robinson Systems Consultant Pangaea Systems Inc. (250) 360-0111

RE: Digester user question - How to use objects/parameters not in the body

2002-01-31 Thread Kyle Robinson
as a parameter to set into the object. Does that help? Let me know if you need more, Scott Sanders -Original Message- From: Kyle Robinson [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 31, 2002 10:32 AM To: '[EMAIL PROTECTED]' Subject: Digester user question - How to use objects