On Tuesday 12 March 2002 15:56, Matt Sergeant wrote:
> At the moment you get a syntax error if you go:
>
>   <xsp:comment>
>    <p>
>     Some stuff I wanted to have as a HTML comment in the output...
>    </p>
>   </xsp:comment>
>
> Which seems broken to me. Perhaps my expectations are too high, but I want
> that to do:
>
>   <!--
>    <p>
>     Some stuff....
>    </p>
>   -->
>
> Now in order to do that I have to turn all the elements into text, which
> may be beyond the scope of things here. What do people think?

Well, I don't have a really strong opinion, and its not an urgent thing for 
my needs. I will observe though that sometimes people use "comments" in HTML 
as "processing instructions". Before I started using XSLT I did that a lot. 
Its kind of an antiquated practice now, and probably is irrelevant, since it 
was instructions to the server-side anyway, but there may be someone out 
there that expects verbatim comments. I think it would be more important in 
an offline batch-mode processing system than it is in AxKit itself. 

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to