[Xsltforms-support] Namespace bugs in different browsers with xsltforms-508
Brought to you by:
alain-couthures
From: Leigh L K. Jr <lei...@xe...> - 2011-08-09 23:11:52
|
Given this instance data: <?xml version="1.0" encoding="UTF-8"?> <data> <doc> <div xmlns="http://www.w3.org/1999/xhtml"> <p>Hi there</p> </div> </doc> </data> xsltforms-508 in all browsers tested (FF5, Chrome13, IE8) will match <group ref="doc/div" /> even though the div is in another namespace. Also, FF5 fails to match this: <group ref="doc/h:div" /> See attached files. Leigh. |