Please excuse me if this is not the correct forum for this question.
"How do I code HTML to use XML data in a web link?"
I want to use XML data to easily change server names for links on 15+ web sites with 100+ pages. Normally, a link would look like this:
"<a href='http://server1.someplace.com/..."
I want to place XML data in place of the server name. I've built an XML file with an element called "servername" and set it to "server1.someplace.com".
How do I get this to work? All help is greatly appreciated.
BTW: I'm using Dreamweaver CS3.
Bill