How do I add a class name to <li> from Zend Navigation XML
问题 Can someone please help me out, I'm totally stuck! I don't know how to add a class name to <li> tag in Zend navigation XML This is my XML <configdata> <nav> <home> <label>Home </label> <uri>/</uri> </home> <request> <label>Quotes </label> <uri>/quote</uri> </request> <work> <label>How It Works</label> <uri>/how-it-works</uri> </work> <information> <label>Informations </label> <uri>/informations</uri> </information> <directory> <class> last </class> <label>Directory </label> <uri>/directory<