Re: [OT] utility to print DOM object of XML file

2006-05-24 Thread Monkeyden
EMAIL PROTECTED]> To: "Struts Users Mailing List" Sent: Wed, 24 May 2006 15:22:36 -0400 Subject: Re: [OT] utility to print DOM object of XML file > The beautiful thing is you dont need JDom or Xerces if you have JDK1.4 . I'm > not going to give you the answer, as that wouldn

Re: [OT] utility to print DOM object of XML file

2006-05-24 Thread [EMAIL PROTECTED]
There are two example on this page of how to use transform. http://www.kickjava.com/1942.htm Bryan LaPlante -- Original Message --- From: Monkeyden <[EMAIL PROTECTED]> To: "Struts Users Mailing List" Sent: Wed, 24 May 2006 15:22:36 -0400 Subject: Re: [OT] util

Re: [OT] utility to print DOM object of XML file

2006-05-24 Thread Dave Newton
Ashish Kulkarni wrote: > I am using java 1.4.2 , and dont have JDOM or xerces, Why not get them? It's always a shame to reinvent the wheel. Dave - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMA

Re: [OT] utility to print DOM object of XML file

2006-05-24 Thread Monkeyden
The beautiful thing is you dont need JDom or Xerces if you have JDK1.4. I'm not going to give you the answer, as that wouldn't truly help either one of us, but I will tell you that the answer can be found in the javax.xml.transform.Transformer class, which is the fruit of the TransformerFactory c