On Jan 31, 2010, at 3:05 PM, Bryan Larsen wrote:

DRYML is parsed using an XML parser. However, the standard HTML trick to XML validate is to place your javascript inside of an XML comment:

<script>
<!--
  alert(1<2);
-->
</script>


Did I miss a change in the DRYML parsing stuff someplace? I distinctly recall running into a problem with a commented-out start tag, like this:

<!-- <form action="..."> -->
<form ...>

</form>

Where the parser barfed after trying to find a matching end tag for the commented-out start tag. This was on an old 0.7.2-era codebase, but I definitely can't reproduce it now on the RCs.

--Matt Jones

--
You received this message because you are subscribed to the Google Groups "Hobo 
Users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/hobousers?hl=en.

Reply via email to