Re: Tapestry JSMenu dtd location

2006-10-03 Thread Daniel Jue
Thanks! This worked well. I thought it was going to be more complicated. My xml header now looks like: http://localhost:8000/myapp/menuitems.dtd";> And it works fine. I looked on the tapestry jsmenu website and lo and behold, the dtd was staring me in the face. =) Now, I will probably want

Re: Tapestry JSMenu dtd location

2006-10-03 Thread bueggers
The dtd is hosted at sourceforge ;) and http servers at sourceforge are out of breath frequently. Just make available a copy of the dtd on your intranet or on your server's filesystem and replace the sourceforge-dtd in the xml by your local url. You could also copy the content of the dtd direct