>I am currently using xalan 1.2.2. and I have problems with the
>writing of html meta tags
>My html file needs to be compliant to xhtml DTD
Aha!
When writing XHTML, its need to be XML-compliant takes precedence
over the HTML requirements. You should use method="xml" in your
xsl:output t
Dear Sirs / Madams,
I am currently using xalan 1.2.2. and I have problems with the writing of html meta tags. The html output is without a closing tag. Even though the closing tag (either /> or ) is specified in the XSL file, however it was eliminated.
The following is the XSL file:
the h