If there is nothoing special about TXDocument then you can do what people have said. Use JAXP, it is probably the best way to go due to its generic nature. My company just switched from OpenXML to JAXP (using Xerces/Xalan at the parser / XLT processor) and it was relatively painless. The only gotcha is a newer parser might need a more fully defined XML or XSL stylesheet. We had to change all 700-800 XSL files to have the version attribute on the <xsl:stylesheet> tag. (I think I remember this correctly)
Paul Franz ----- Original Message ----- From: "Eli Edwards" <[EMAIL PROTECTED]> Date: Thu, 30 Jan 2003 09:04:09 -0800 To: "JDJList" <[EMAIL PROTECTED]> Subject: [jdjlist] Re: TXDocument replacement - XML parsing migration > Document is an interface. TXDocument is an implementation of that > interface. > > -----Original Message----- > From: Paul Franz [mailto:[EMAIL PROTECTED]] > Sent: Thursday, January 30, 2003 7:53 AM > To: JDJList > Subject: [jdjlist] Re: TXDocument replacement - XML parsing migration > > > My question is what is the difference between a Document and a > TXDocument? > > Paul Franz > ----- Original Message ----- > From: "Eli Edwards" <[EMAIL PROTECTED]> > To: "JDJList" <[EMAIL PROTECTED]> > Sent: Tuesday, January 28, 2003 1:37 PM > Subject: [jdjlist] TXDocument replacement - XML parsing migration > > > Hi all, > > I have been searching high and low, and am getting nowhere fast... > > Does anyone have any information on replacing the > com.ibm.xml.parser.TXDocument with an open source (or perhaps another > vendor's) implementation of the org.w3c.dom.Document Interface? I can > not find a replacement so far. > > We are migrating our JDK 1.2 servlet application to J2EE 1.3 > architecture. (i.e. Currently we use WebSphere 3.5 and are migrating to > WebSphere 5.0) IBM's com.ibm.xml library, particularly the TXDocument > class, is no longer available in this new environment, so we have to > replace it. > > Thanks for any guidance. > > Regards, > Eli Edwards > > ____________________________________________________ > To change your JDJList options, please visit: > http://www.sys-con.com/java/list.cfm > > Be respectful! Clean up your posts before replying > ____________________________________________________ > > ____________________________________________________ > To change your JDJList options, please visit: > http://www.sys-con.com/java/list.cfm > > Be respectful! Clean up your posts before replying > ____________________________________________________ > > ____________________________________________________ > To change your JDJList options, please visit: > http://www.sys-con.com/java/list.cfm > > Be respectful! Clean up your posts before replying > ____________________________________________________ -- _______________________________________________ Sign-up for your own FREE Personalized E-mail at Mail.com http://www.mail.com/?sr=signup Meet Singles http://corp.mail.com/lavalife ____________________________________________________ To change your JDJList options, please visit: http://www.sys-con.com/java/list.cfm Be respectful! Clean up your posts before replying ____________________________________________________
