aspose file tools
The moose likes Servlets and the fly likes IllegalStateException when piping XSLT result into getOutputStream() Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Servlets
Reply Bookmark "IllegalStateException when piping XSLT result into getOutputStream()" Watch "IllegalStateException when piping XSLT result into getOutputStream()" New topic
Author

IllegalStateException when piping XSLT result into getOutputStream()

Justin Chu
Ranch Hand

Joined: Apr 19, 2002
Posts: 209
    
    1
As subject

Is it because UTF-8 format cannot be printed into a servlet response's output stream?
I used getWriter() instead of getOutputStream(), and it works.
[ December 10, 2002: Message edited by: Chu Tan ]
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: IllegalStateException when piping XSLT result into getOutputStream()
 
Similar Threads
build DOM Object of a file whose path is given
XSLT transformer formatting
redirect XML/DOM output to file??
Special Characters in XML
xml output formatting