Posted 29 November 2010 - 10:29 AM
Hi @jyurow
Just wanted to make sure you saw that Bob partially addressed your question in class last week... He uses the following "hack" in the xsl in order to ensure the closing tag doesn't get dropped in the transformation:
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<xsl:text> </xsl:text>
</meta>
However, I say "partially addressed" because some of the xsl files from the class omit the explicit meta element, and, as you pointed out, those result in the malformed meta element in the html. I experimented with different transformers but none of them created a correctly-formed meta tag. Hmmmmm.