"meikelneu" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> However, I am a big fan of Kevin Lindsey's slider. Since his slider
> uses parseXML it will only run with the Adobe SVG plugin.
It's easy to add parseXML to Deer Park, just include this script:
if (!window.parseXML && Window && Window.protoype) {
Window.prototype.parseXML = function (s,doc) {
if (doc==null) {
doc=(new DOMParser()).parseFromString(s, "text/xml");
return doc;
} else {
var doc2=(new DOMParser()).parseFromString(s, "text/xml");
doc.importNode(doc2, true)
return doc2;
}
}
but there's no reason why a slider needs the functionality.
Jim.
-----
To unsubscribe send a message to: [EMAIL PROTECTED]
-or-
visit http://groups.yahoo.com/group/svg-developers and click "edit my
membership"
----
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/svg-developers/
<*> To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/