Re: problem with tag and xhtml

2002-01-29 Thread david_marston
>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

problem with tag and xhtml

2002-01-29 Thread susan atmaja
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