[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

Problem of outputting HTML as literal text to browser

Subject: Problem of outputting HTML as literal text to browser
From: shishir.srivastava@xxxxxxxxx
Date: Thu, 8 Jul 2004 19:36:23 +0530
html literal
Hi,
I am facing a strange problem.
I am transforming a xml doc using LotusXSL.
Now if the amount of data is huge.
Once in a while ,the parser outputs the HTML tags as literal text to
browser.
e.g.
</td> or <img src="blue_dwn.gif">
this happens very inconsistently.

the code for transforming is as below.

XSLProcessor xp = new XSLProcessor(new XML4JLiaison4dom());
String s="http:<serverName><urlPath>news.xsl";
StringWriter rw = new StringWriter();
java.io.InputStream is = new
java.io.ByteArrayInputStream(str_output.getBytes());
XSLTInputSource xsrc = new XSLTInputSource(is);
XSLTInputSource ssrc = new XSLTInputSource(s);
XSLTResultTarget tout = new XSLTResultTarget(rw);
xp.process(xsrc,ssrc,tout);

P.S.--str_output contains xml doc as string.

Any help ,pointers advise would be highly appreciated.
___________________________
Shishir Srivastava







*****************************************************************
The addressee's email address has changed to
firstname.lastname@ sgcib.com. You may want to update your
personal address book. Please see http://www.sgcib.com for more
information.

This message and any attachments (the "message") are confidential
and intended solely for the addressee(s). Any unauthorised use or
dissemination is prohibited.E-mails are susceptible to alteration.
Neither SOCIETE GENERALE nor any of its subsidiaries or affiliates
shall be liable for the message if altered, changed or falsified.
*****************************************************************

Current Thread

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.