Re: XML namespaces on the Web

Aryeh Gregor wrote:
> 2009/11/16 Jirka Kosek <jirka@kosek.cz>:
>> Moreover something what is appropriate for web -- non-draconian error
>> handling and error recovery -- is not necessary appropriate for other
>> domains -- if you use XML for business data interchange draconian error
>> handling makes much more sense.
> 
> Parsers could be permitted to use draconian error handling at user
> request.

Please remember that optional features decrease interop. For example
support for external parsed entities is optional in XML and you probably
know how big source of interop problem is this for XHTML and HTML
entities used in XHTML.

If some change should be made then at least it shouldn't change status
quo -- so XML parsing in browsers could be changed that at user request
(and please note that this can be permanent option) it can use
non-draconian error handling instead of draconian. But not vice versa,
that would break interop with currently deployed XML tools.

-- 
------------------------------------------------------------------
  Jirka Kosek     e-mail: jirka@kosek.cz     http://www.kosek.cz
------------------------------------------------------------------
  Profesionální školení a poradenství v oblasti technologií XML.
       Podrobný přehled školení http://xmlguru.cz/skoleni/
------------------------------------------------------------------
                   Nejbližší termíny školení:
  ** XML pro vývojáře 13.-15.10. ** Novinky v XSLT 2.0 22.10. **
      ** XML schémata 10.-12.11. ** Úvod do OOXML 10.12. **
------------------------------------------------------------------
  http://docbook.cz    Stránky o dokumentačním formátu DocBook
  http://xmlguru.cz    Blog mostly about XML for English readers
------------------------------------------------------------------

Received on Monday, 16 November 2009 18:59:46 UTC