Hello Jakarta Commons users!
First off, let me take a couple bytes to thank everyone on this list for
providing excellent code and problem-solving in the past. The archives
are super-useful, utilitarian resources.
That being said, however, I must lament that the my archive searches
have failed to shed light on a set of two related questions/issues that
currently confront me:
* Is it possible to specify attribute names in Digester patterns (a-la
XPath - a/b/c@d) so that one can associate Rules to them?
* Failing that, how does Digester respond to a situation where an
(implied) attribute is not present? i.e. if I do
digester.addCallParam("a/b/c", 0, "key"); where "key" is not present,
will I encounter an exception or will the parameter be passed as null?
Thanks in advance -- back to lurking.
Mark Huisman
Software Engineer
[EMAIL PROTECTED]
H5 Technologies, Inc
www.h5tech.com
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>