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

open and closed tag merged into one using HTML output

Subject: open and closed tag merged into one using HTML output
From: "David Smith" <david.smith@xxxxxxxxxxxxxx>
Date: Wed, 26 Feb 2003 14:20:24 -0600
xsl closed tag
Hi,
I am trying to find the way that I should resolve a problem I am having. In the XSL file, I specify


<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"/>

which doesn't show right in any browser. I have got the output set to HTML with the following

<xsl:stylesheet xmlns:xsl = "http://www.w3.org/1999/XSL/Transform" version = "1.0"
xmlns="http://www.w3.org/TR/xhtml1/strict">
<xsl:output method = "html" indent="yes" version="4.0"/>


<xsl:template match="/">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" >


The parser I am using is the Xalan Java processor. I ran the processor XSL script and it gave this output
Vendor: Apache Software Foundation
Vendor URL: http://xml.apache.org/xalan-j


Can anyone suggest what I may do to make this work?

Thanks
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.