Well thanks for the replies but I've already done all of the
suggestions.
My point was to use the Xalan API to point to a XML file and
read it's contents line by line and NOT have a SAX call back
or store it in a DOM memory. I thought that the API would
allow this.
I guess what I'm really looking at is this.
My XSL files send data back in HTML form based on a XML. These
2 files are set up in the Xalan parser API and it works just fine.
By I wanted to somehow simulate that my client is a WAP device
and take the parsed data set up by the XSL and then have my
SERVLET modify the contents of the PARSED data and return it as
WAP material and NOT HTML. I suppose I could just copy the XSL
file and change the HTML tags to WAP tags and make the XSL do
this.
Am I on the right path? Do people "just" copy the XSL file and
modify the HTML to other type output devices and then have
thr servlet switch files on the fly?
Any thoughts?
Regards Al