Re: [Axis2] SAX or DOM (Possibly O/T)

2006-10-09 Thread Martin Gainty
Subject: Re: [Axis2] SAX or DOM (Possibly O/T) martin, no, you don't need that. all u need is the woodstox parser and staxapi jar. http://ws.zones.apache.org/~dims/maven/stax/jars/stax-api-1.0.1.jar http://ws.zones.apache.org/~dims/maven/woodstox/jars/wstx-asl-3.0.1.jar thx, dims

Re: [Axis2] SAX or DOM (Possibly O/T)

2006-10-09 Thread Davanum Srinivas
or DOM (Possibly O/T) martin, no, you don't need that. all u need is the woodstox parser and staxapi jar. http://ws.zones.apache.org/~dims/maven/stax/jars/stax-api-1.0.1.jar http://ws.zones.apache.org/~dims/maven/woodstox/jars/wstx-asl-3.0.1.jar thx, dims On 10/8/06, Martin Gainty [EMAIL

Re: [Axis2] SAX or DOM (Possibly O/T)

2006-10-09 Thread Martin Gainty
, 2006 7:44 PM Subject: Re: [Axis2] SAX or DOM (Possibly O/T) martin, no, you don't need that. all u need is the woodstox parser and staxapi jar. http://ws.zones.apache.org/~dims/maven/stax/jars/stax-api-1.0.1.jar http://ws.zones.apache.org/~dims/maven/woodstox/jars/wstx-asl-3.0.1.jar

Re: [Axis2] SAX or DOM (Possibly O/T)

2006-10-08 Thread Martin Gainty
Good Evening Thilina- I dl'ed AXIOM and made TestDriver.java import java.io.*; import java.sql.*; import javax.xml.stream.*; import org.apache.log4j.PropertyConfigurator; import org.apache.log4j.Category; import org.apache.axiom.om.impl.builder.*; import org.apache.axiom.om.*; //import

Re: [Axis2] SAX or DOM (Possibly O/T)

2006-10-08 Thread Davanum Srinivas
martin, no, you don't need that. all u need is the woodstox parser and staxapi jar. http://ws.zones.apache.org/~dims/maven/stax/jars/stax-api-1.0.1.jar http://ws.zones.apache.org/~dims/maven/woodstox/jars/wstx-asl-3.0.1.jar thx, dims On 10/8/06, Martin Gainty [EMAIL PROTECTED] wrote: Good