Re: Tomcat 3 -- reading props w/xml..

2006-03-11 Thread Bill Barker
"Frances" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Bill Barker wrote: >> "Frances" <[EMAIL PROTECTED]> wrote in message >> news:[EMAIL PROTECTED] >> >>>I'm on Tomcat 3, it comes with an xml-apis.jar, but no docs.. do you >>>know where I can find docs for it.. I'm trying t

Re: Tomcat 3 -- reading props w/xml..

2006-03-11 Thread Frances
Bill Barker wrote: "Frances" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] I'm on Tomcat 3, it comes with an xml-apis.jar, but no docs.. do you know where I can find docs for it.. I'm trying to read properties with xml, can't use loadFromXML() because that method is 1.5-only..

Re: Tomcat 3 -- reading props w/xml..

2006-03-10 Thread Bill Barker
"Frances" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > I'm on Tomcat 3, it comes with an xml-apis.jar, but no docs.. do you know > where I can find docs for it.. I'm trying to read properties with xml, > can't use loadFromXML() because that method is 1.5-only.. don't know if