Re: [xml-dev] UTF-8+names

From
Miles Sabin <>
To
Date
2003-10-19T21:23:00Z
ID
<>
Thread
Re: [xml-dev] UTF-8+names
I wrote,
> So I think we need a complete list of the predefined entities from
> XHTML and MathML which _aren't_ covered by sections 6 and 7.

Another interesting case case using a MathML named entity outside of the 
magic five. Does this,

  <![CDATA[&rbrack;]>
    <script>
      explode()
    </script>
  <![CDATA[]]>

contain a script element or not? Would your favourite filter give the 
same answer as your favourite browser?

Cheers,


Miles