i am new to XML..
There is an simple XML, i need to parse using the XSL.
But i should not USE SAX or DOM parser.
How can do it to get as Object and Finally do some manipulation and then again convert the object to XML using XSL.
Can any one guide with standalone appraoch ( with some eg.)how to do it.