David:

> Well, I think we're being a bit confused about the issue. I understand
> the problem with the end-tag and know how to bypass is. The confusion
> from my point of view is that sablotron outputs (using HTML output
> mode), <foo> - that is invalid in HTML so shouldn't it output
> either &lt;foo&gt; or <foo>? This is when using CDATA or <xsl:text>.

What's invalid about &lt;foo> ? It's just text that has nothing at all
to do with markup (except that it happens to *display* as <foo>), and so
it's as valid as any other text.

Tom

Reply via email to