Re: issue-77 Rule parsing precedence

On 11.1.2013 19:18, Pablo Nieto Caride wrote:

> Yves is correct, I'm not sure if I understand exactly what you meant
> but developers can place the script element and the end of the body
> for speeding up purposes and still use both inline and external rules
> without precedence or overriding problems.

Please note that if you are concerned about speed there is no reason why
you should think of putting <script> with rules at the end of document.
This makes sense only for script elements that load external Javascript
code. But <script type="application/its+xml"> will be just quickly
parsed, no external resource (like external rules) will be loaded. Such
loading will be performed by some other code working on already parsed
HTML document.

     Jirka

-- 
------------------------------------------------------------------
  Jirka Kosek      e-mail: jirka@kosek.cz      http://xmlguru.cz
------------------------------------------------------------------
       Professional XML consulting and training services
  DocBook customization, custom XSLT/XSL-FO document processing
------------------------------------------------------------------
 OASIS DocBook TC member, W3C Invited Expert, ISO JTC1/SC34 rep.
------------------------------------------------------------------
    Bringing you XML Prague conference    http://xmlprague.cz
------------------------------------------------------------------

Received on Tuesday, 15 January 2013 10:24:12 UTC