Yes, I would be interested in them too! I currently got such ugly XPath code: Parsing a xml file of 4KB takes around 1-3 seconds to parse... :( It's a noticable slowdown.

var showController = XPath.selectNodesAsBoolean( settingsResults[0], "showController" )[0];
       if ( showController == undefined ) showController = false;
       sliderProperties[ "showController" ] =  showController;

var showThumbnials = XPath.selectNodesAsBoolean( settingsResults[0], "showThumbnials" )[0];
       if ( showThumbnials == undefined ) showThumbnials = false;
       sliderProperties[ "showThumbnials" ] =  showThumbnials;


Yours,
Weyert
_______________________________________________
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com

Reply via email to