I just upgraded to Firefox 14 and the following code now returns null rather than a string:
layout = XMLTools.selectString(data, "//profile/@layout");
This works fine in Firefox 13.
Windows7 PC
SmartClient Version: v8.2p_2012-04-30/LGPL Development Only (built 2012-04-30)
layout = XMLTools.selectString(data, "//profile/@layout");
This works fine in Firefox 13.
Windows7 PC
SmartClient Version: v8.2p_2012-04-30/LGPL Development Only (built 2012-04-30)
Comment