Hi you can easily replace parseXML like this:

if (typeof parseXML=='undefined') {
  parseXML = function (cstring) {
    var parser = new DOMParser();
    return ( parser.parseFromString( cstring, "text/xml") )
  }
}

John Ophof
http://open-modeling.sourceforge.net

--- In [email protected], Holger Will <[EMAIL PROTECTED]> wrote:
> Holger Will schrieb:
> 
> > meikelneu schrieb:
> >
> > > --- In [email protected], Holger Will <[EMAIL PROTECTED]>
> > > wrote:
> > >
> > > > > with the latest nightly built of Deer Park (20050722) your
> > > knop2.svg
> > > > > example also works on
> > > > > MacOSX as expected. Nevertheless with ASV3 on OSX I can't get
> > > > > knop2.svg to work (tested
> > > > > with Firefox 1.06, Camino 0.9a2, Safari 412.2)
> > >
> > > http://www.treebuilder.de/svg/guistuff/knob/knop2.svg
> > >
> > > > Hi Michael
> > > >
> > > > thanks for taking the time and testing again ! i really dont know
> > > what
> > > > the problem could be, i have just changed a single thing,
> > > > im using an init() function now instead of creating the knobs
> > > outside
> > > > any function.so if you find the time could you please test again ?
> > >
> > > Couldn't check on OSX yet but now with ASV3 on ie6 (WinXP_SP2) your
> > > "knop2.svg" gives me the following error
> > >
> > > Runtime Error in Microsoft JScript
> > > ----------------------------------
> > > 'width.baseVal' is Null or not an Object
> > > line: 22, column: 0
> > >
> > > Michael
> > >
> > oh, that was the wrong version of gsc.js ive uploaded. ive now
uploaded
> > the latest version, wich also works in conjunction with nested
> > transformations, but now it crashes ASV3.
> > i dont know why, ill have to investigate a bit.
> > thanks again for your help.
> >
> > cheers
> > Holger
> >
> so it seems the error is somwhere in knob.js. strange...i ve tested
this 
> file in all viewer/browser combinations... mhh ( maybe i switched 
> between the two too often ).
> but anyways for now here is a very simple scrollbar that i just tested 
> with IE+ASV3/6 and mozilla,
> http://www.treebuilder.de/svg/guistuff/knob/slider3.svg 
> <http://www.treebuilder.de/svg/guistuff/knob/knop2.svg>
> it works for any with/height, viewBox and preservAspectRatio setting, 
> and nested transformations.
> 
> Holger




-----
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/
 



Reply via email to