hey guys -
trying to get a dynamic menu to list for my categories as i upgrade to 9.1. i'm using my own CSS menu instead of the deprecated component art menu or the 9.1 asp.net menu. i'm running aspdnsf 9.1 Multi store

so in 8012 it used to look like this:

Code:
<div id="box3">
            <ul id="nav">
                <li><a href="#">View Departments</a>
                    <ul>
			(! XmlPackage Name="rev.cat.tabs" !)
                    </ul>
                </li>
		<li><a href="t-shipping.aspx">Shipping Info</a>
                </li>
            </ul>
i know that
Code:
(! XmlPackage Name="rev.cat.tabs" !)
should be something like
Code:
<%$ Tokens:XMLPACKAGE, rev.cat.tabs, parametername= %>
but i am unsure what the parameter needs to be and if that code is correct.

when i try "<%$ Tokens:XMLPACKAGE, rev.cat.tabs, parametername=whatevervalueyouneed %>" 9.1 spits out a parser error.

any ideas? i can hard code it if this is not possible, but obviously if i can get the dynamic menu to work that makes life easier.

thanks for your time!
dan