Re: [Xsltforms-support] Fwd: SVG and XForms
Brought to you by:
alain-couthures
From: Alain C. <ala...@ag...> - 2012-12-29 15:34:39
|
Hello Jens, > Do you see why <http://www.agencexml.com/xsltforms/flags.xml> gives an error with WebKit browsers? > > Thank you for pointing at this exception. It is due to the processing of the xf:include statement (which is an extension...): the document node of the included document is considered for templates. Apparently, WebKit browsers don't treat parameters the same way as others do in this situation. Actually, it is good to directly consider the document element instead. The corresponding fix will be committed as soon as possible. Best, -Alain |