RE: JAXP 1.1 for Tomcat 4.0

2002-08-28 Thread Shapira, Yoav
Hi, Get any of the latest Sun Web Developer packs or whatever they're called nowadays. http://java.sun.com/xml/ is a good starting point. Yoav Shapira Millennium ChemInformatics -Original Message- From: Shah, Kishor (Kishor) [mailto:[EMAIL PROTECTED]] Sent: Wednesday, August 28, 2002

Re: JAXP

2002-02-15 Thread Micael Padraig Og mac Grene
Not in there. Probably deprecated forever. At 09:52 AM 2/14/02 -0500, you wrote: Hi, It's in the Sun XML pack (among other places), at http://java.sun.com/xml/downloads/javaxmlpack.html Yoav Shapira [EMAIL PROTECTED] wrote: I got it about 6 months ago and you're right, I

Re: JAXP

2002-02-15 Thread Mihai Gheorghiu
Is this what you are looking for? I found it included in Poolman. -Original Message- From: Micael Padraig Og mac Grene [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Date: Friday, February 15, 2002 9:40 AM Subject: Re: JAXP Not in there. Probably deprecated forever. At 09

Re: JAXP -- File had a virus.

2002-02-15 Thread Micael Padraig Og mac Grene
from the message sent to with the subject Re: JAXP if it could not be cleaned. Le logiciel Anti-Virus Antigen a détecté le virus ExceedinglyInfected dans le fichier jaxp.jar. Le virus ExceedinglyInfected a été supprimé du message envoyé à avec l' objet Re: JAXP s'il n' a pu être nettoyé. I

Re: JAXP -- File had a virus.

2002-02-15 Thread Mihai Gheorghiu
[EMAIL PROTECTED] Date: Friday, February 15, 2002 10:19 AM Subject: Re: JAXP -- File had a virus. Please note that the file you sent me was packed with a virus. At 10:04 AM 2/15/02 -0500, you wrote: The following came from Anti-Virus (S5-CCR-R1) NRCan.RNCan: The Anti Virus software Antigen found

RE: JAXP

2002-02-14 Thread BBui
, February 13, 2002 11:22 PM To: Tomcat Users List Subject:Re: JAXP Where did you find jaxp.jar, if you did? I have been looking everywhere for that damned

Re: JAXP

2002-02-14 Thread Yoav Shapira
Hi, It's in the Sun XML pack (among other places), at http://java.sun.com/xml/downloads/javaxmlpack.html Yoav Shapira [EMAIL PROTECTED] wrote: I got it about 6 months ago and you're right, I can't seem to find it again. Where did you

Re: JAXP

2002-02-14 Thread Micael Padraig Og mac Grene
I got the pack, and it was not in there. I will try again. Fourth time. At 09:52 AM 2/14/02 -0500, you wrote: Hi, It's in the Sun XML pack (among other places), at http://java.sun.com/xml/downloads/javaxmlpack.html Yoav Shapira [EMAIL PROTECTED] wrote: I got it about 6

Re: JAXP

2002-02-13 Thread Micael Padraig Og mac Grene
Where did you find jaxp.jar, if you did? I have been looking everywhere for that damned thing. I have assumed it is out of circulation? At 08:13 PM 2/13/02 -0600, you wrote: Hi all, I am using jaxp and this is the error I get when I try to instantiate my

RE: JAXP

2001-12-13 Thread Sobeck, James (ISS Atlanta)
I don't know of any off hand, but here are a few functions the I wrote that might help you get started with JAXP. just read the javadocs and look at this code and it is not that hard. good luck, Jimmy -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent:

Re: JAXP

2001-12-13 Thread Denny Chambers
Here is the first place that I started reading. http://java.sun.com/xml/jaxp/dist/1.1/docs/tutorial/index.html [EMAIL PROTECTED] wrote: Hi all, Does anyone know of a site that has good JAXP examples? Thanks, BB. -- To unsubscribe: mailto:[EMAIL

Re: JAXP

2001-12-13 Thread Mark
In offline-mode, you may find the O'Reilly book 'Java and XML' to be a decent resource for Java SAX and DOM parsing. At 05:27 PM 12/13/2001 -0600, you wrote: Here is the first place that I started reading. http://java.sun.com/xml/jaxp/dist/1.1/docs/tutorial/index.html [EMAIL PROTECTED] wrote:

Re: JAXP

2001-12-13 Thread Rick R
I have found that SAX is pretty much the same whether you use JAXP or Xerces. I know IBM has some articles on their site. http://www-106.ibm.com/developerworks/java/?loc=dwmain --- [EMAIL PROTECTED] wrote: Hi all, Does anyone know of a site that has good JAXP

Re: JAXP used by Tomcat 3.2.1

2001-05-25 Thread unplug
try to use 1.0.1. It contains 2 jar files. WEST, Peter wrote: hello, I'm using Tomcat 3.2.1 and need to know what version of JAXP it is using. The release notes do not mention this, and I cant see it on various Jakarta websites. In the lib directory is jaxp.jar and parser.jar Does