I'm currently working with milonic menus my requirement is clip a part of an XML, parse the same while parsing build another XML which will be fed into an XSLT processor. The output of the XSLT processor is the (X)HTML (Viz.) milonic menu contents same as that of menu_data.js contents (as listed below):
_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=-2;
with(mainStyle=new mm_style())
{
..
}
etc
The generation of this (X)HTML is done by means of an Ajax Request (using prototype.js). I'm done with XML parsing, building a new XML, transforming the XML to (X)HTML or milonic menu contents at the sever side, the much needed ingredients for milonic menu which is now present in a javascript variable at the client side


Please help me in finding out a solution to this problem.