[xsl] Preventing tags from collapsing

Subject: [xsl] Preventing tags from collapsing
From: ben senior <ben@xxxxxxxxxxxxx>
Date: Thu, 14 Apr 2005 15:11:41 +0200
We have yet to find a way to stop tags containing no content from being collapsed :

e.g.

<script></script> is always output as <script/> or
<textarea></textarea> as <textarea/>

This is sending us barking as browsers do not treat the two different renditions equally.

Does anybody have any suggestion?

Thanks,

Ben

Current Thread