XML & XLink -- Never Mind - Resolved
Hopefully some one will be able to help me on this. I have a website that I am building using XML. The XML is transformed with an XSL stylesheet. All is ok so far. My problem is the navigation menu. I want to be able to update it in one spot and have it propigated through out the site. In the current version of the site, this all done through PHP. But.... I'm trying to get away from that (it's easier to find a web host that will host XML files than PHP)..... Currently I have to copy & paste the nave menu into each file... which is going to be a real pill when I start adding more pages. So, I thought I could use XPath to include the file. But it's not working. I am not sure if I am doing it right, of if I need to change the XSL or what. Is there anyone who has exerience in this that can help me?