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:
Change your xsl:output method to be html (instead of xml).
xsl:output
html
xml
Or add it if you haven't already got the element