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

RE: XSL transformation removing closing tag for empty

Subject: RE: XSL transformation removing closing tag for empty div
From: Dale Tan <wtdtan@xxxxxxxxx>
Date: Tue, 05 Jun 2007 08:24:39 -0400
RE:  XSL transformation removing closing tag for empty
Why is adding a comment in the xsl such a "tweak" in the xsl?

<div id="something"><xsl:comment>#something</xsl:comment></div>

this will output:

<div id="something"><!--#something--></div>

the comment won't show up in your xhtml page, just in the source.
regardless, you're going to need to do something about this in your xsl since it's your xsl parser that is outputting the empty div.
so if you don't want to do this in the xsl, you'd probably need to install a different xsl parser (not sure if you're shared or dedicated hosting) which would be just a waste of time when you can just put something simple in your xsl file.


if you're worried about making your file bloated, a simple <xsl:comment> won't send your file size over the top.

dale
------------------------------

Date: Mon, 4 Jun 2007 09:42:46 -0500
To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
From: "A D" <hopethisisstillthere@xxxxxxxxx>
Subject: Re:  XSL transformation removing closing tag for empty div
Message-ID: <c081eb310706040742re5e7cf1r4442060f39a4c480@xxxxxxxxxxxxxx>

Is there any way I can do this without tweaking the xsl? I mean, I
would like to do this on the server side and ask it not to remove the
closing tags before transforming. Here is the xsl declaration i use:

<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">

and I set the content type to text/xml before transforming.

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.