Hey.
I'm having a problem outputting non-html tags (ie non-container not
defined in HTML). When I do <foo/> in the output when generating HTML
I get <foo></foo>, since <foo> isn't a tag defined in
XML. <xsl:text><foo/><xsl:text> gives the same result. If I do
<![CDATA[<foo>]]> I get <foo> - that has to be a bug, yes?
Anyway, how to I output HTML-lookalike tags in the output of type
HTML? They are to be parsed in a server side, non-XML compliant
language so <foo></foo> doesn't work (but <foo /> would work since
the / would be ignored).
--
[ Below is a random fortune, which is unrelated to the above message. ]
Man is the best computer we can put aboard a spacecraft ... and the
only one that can be mass produced with unskilled labor.
-- Wernher von Braun