xsl-list
[Top] [All Lists]

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

2007-06-04 07:43:06
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.

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--