Hi everybody, I'm desperately trying to emulate the accordion-to-text menu as
seen on www.posttool.com.
1) I've tried to have my accordion opening dynamically upon text file lenght
but I didn't.
2) Also I can't make the script load the xml text content (with html tags)
from another xml file.
I want menu.xml to give my buttons a NAME and a CONTENT picked up from another
xml.
<?xml version="1.0"?>
<MENU>
<MENU NAME="Services">
<MENU CONTENT="text/services.xml" />
</FOLDER>
</MENU>
The Feldkircher - 09 Sep 2007 15:23 GMT
HI
You have a closed </Folder> node with no open <Folder> node in your XML file.
Hope it helps