Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

xml, stream and servlet

Status
Not open for further replies.

tarasof

Technical User
Joined
Mar 25, 2005
Messages
5
Location
DE
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?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top