Re: [xsl] XSL transformation removing closing tag for empty div

Subject: Re: [xsl] XSL transformation removing closing tag for empty div
From: "A D" <hopethisisstillthere@xxxxxxxxx>
Date: Mon, 4 Jun 2007 09:42:46 -0500
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