|
From: Carlos Q. <car...@we...> - 2002-01-29 19:26:26
|
On Tuesday 29 January 2002 20:00, J=E9r=F4me BERNARD wrote: > 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. How does this happen exactly? The XSLT requires that if output is set to = html=20 href elements are escaped and that's what happens in my testing here. I'm= =20 having a MBean called 'Http Adaptor:name=3DHttp Adaptor' and the link wor= ks ok. What XSLT processor are you using? > > 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 properl= y > 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 |