|
From: <jer...@xt...> - 2002-01-29 18:53:01
|
Another one would be to use some XSL:PI (processing instructions) but I guess we would be "linked" to the XSL transformer which is problably not even better. Any other suggestion? Jerome. ----- Original Message ----- From: "Carlos Quiroz" <car...@we...> To: <ope...@li...> Sent: Tuesday, January 29, 2002 7:44 PM Subject: Re: [Openjmx-devel] Proposed bug fix in the XSLT stylesheets > On Tuesday 29 January 2002 20:40, Jérôme BERNARD wrote: > > I forgot to precise that the method is implemented in JavaScript (so > > running on client-side). > I'm not a very big fan of JavaScript, specially when I think of usage with > non supporting browser. This happens to me when I can only ssh to a server > and I can only use Lynx. > > I'd prefer some other solution > > > > > Jerome. > > > > ----- Original Message ----- > > From: "Jérôme BERNARD" <jer...@xt...> > > To: <ope...@li...> > > Sent: Tuesday, January 29, 2002 7:00 PM > > Subject: [Openjmx-devel] Proposed bug fix in the XSLT stylesheets > > > > > Hi, > > > > > > I have been experiencing problems with ObjectNames containing spaces. > > > The way the XSTL stylesheets are built is a problem because the URL > > > produced are not valid. > > > > > > I have found (and implemented) a "trick" in order to solve that: we can > > > add a method in common.xsl (I called it urlencode) that encodes properly > > > the URL and do a window.location to this newly created url. > > > > > > We replace all href values with urlencode(the old href value) and we're > > > done. > > > > > > Is anyone ok for such a fix? > > > > > > If so I will start updating all the stylesheet and commit. > > > > > > > > > Jerome. > > > > > > > > > _______________________________________________ > > > Openjmx-devel mailing list > > > Ope...@li... > > > https://lists.sourceforge.net/lists/listinfo/openjmx-devel > > > > _______________________________________________ > > Openjmx-devel mailing list > > Ope...@li... > > https://lists.sourceforge.net/lists/listinfo/openjmx-devel > > _______________________________________________ > Openjmx-devel mailing list > Ope...@li... > https://lists.sourceforge.net/lists/listinfo/openjmx-devel > |