I just downloaded and installed the 3.2 release of OpenLaszlo. I launched my application and was surprised to find that it didn't completely work. After some investigation, I think I tracked it down to a difference in the way XML namespaces are treated. In 3.1.1 (in proxied mode), if I had XML like this:
<foo namespace:attribute="blah> I would have to access the 'namespace:attribute' attribute in an xpathQuery as just 'attribute'. Apparently this has been fixed so that now to access 'namespace:attribute' in an xpathQuery I need to ask for "namespace:attribute". Does this sound correct? I didn't notice any mention of this in the release notes, but maybe I missing something (or perhaps it was considered a bug fix?) Thanks! -- James Howe _______________________________________________ Laszlo-user mailing list [email protected] http://www.openlaszlo.org/mailman/listinfo/laszlo-user
