VML and XQUERY?

webmasterbeta

New Member
---------------------
Client Specifications:
---------------------
Browser: IE5+
Uses Microsoft Vector Markup Language (VML) and Javascript

I am working on an application that uses vml extensively and client side javascript to position these vml elements.

There are too many vml elements in the web page that I find that Javascript's document.getElementsBytagName() function is still too slow for positioning the specific elements.

Does anybody have any ideas how to speed this up?
I am thinking that if I can use the XQuery over my VML (since its just another form of XML) it could speed things up.

Any help is appreciated.

Thanks for your patient reading.
 
Back
Top