Re: [Xsltforms-support] [xml-dev] XML support in browsers?
Brought to you by:
alain-couthures
From: COUTHURES A. <ala...@ag...> - 2009-06-08 06:49:54
|
Hi Robert, > Opera not handling the document function, but really, who cares? Opera is not handling the document() function correctly but it exists. For XSLTForms (http://www.agencexml.com/xsltforms), my client-side XForms implementation, external schemas are parsed using the document() function. Opera succeeds in loading the external file but there is a confusion at the attribute level : when the namespace definition (let's say xmlns:xs) is written before the @targetNamespace, the @targetNamespace is unseen while xmlns:xs is presented as an attribute (when the namespace definition is moved to last position, it works...) ! Best regards, Alain Couthures <agenceXML> Bordeaux, France |