hello,
i create in a servlet an xml and a xsl file
save them on Server.
When client make request the servlet
redirect only the xml file to client and
As output see client html (xsl+xml=> html)
That means this waste driveer capacity
on server because it increase more and more
files.
Know i thought to write xml fils
as Stream and write to client browser
(but xsl stylesheet stay as file on server)
is this possible?
i create in a servlet an xml and a xsl file
save them on Server.
When client make request the servlet
redirect only the xml file to client and
As output see client html (xsl+xml=> html)
That means this waste driveer capacity
on server because it increase more and more
files.
Know i thought to write xml fils
as Stream and write to client browser
(but xsl stylesheet stay as file on server)
is this possible?