I am using xslt to transform an xml file to html. The .net xslt engine keeps serving me self-closing tags for empty tags.
Example:
A workaround can be to insert a comment element to force generation of non self closing:
It is not a pretty soloution, but it works :-)
/Sten