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

Re: open and closed tag merged into one using HTML out

Subject: Re: open and closed tag merged into one using HTML output
From: "David Smith" <david.smith@xxxxxxxxxxxxxx>
Date: Wed, 26 Feb 2003 15:27:17 -0600
xsl sheet textarea
J.Pietschmann wrote:

David Smith wrote:

<textarea name="text"><xsl:value-of select="/root/description"/></textarea>
but when it is parsed, as there is no /root/description element, or it's empty, it comes out like this:
<textarea name="text"/>


This should not happen if the output method was correctly set to HTML.
You should tell something more about your environment. Is the output
of the transformer really a stream?

Well, it is an output stream from a servlet. The actual object is a PrintWriter.


  String xslFile = "test.xsl";
  PrintWriter out = response.getWriter();
   StringReader sr = new StringReader(xml);

   //instantiate
   TransformerFactory tf = TransformerFactory.newInstance();
   //process style sheet
   try {
     Transformer t = tf.newTransformer(new StreamSource(xslFile));
     t.transform(new StreamSource(sr), new StreamResult(out));
   }

Any suggestions. I don't think I have done much wrong...

Dave Smith


XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list



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.