Converting XML into XHTML and beyond

webmasterbeta

New Member
I have a list of sites in an XML file, with name, web designer, link and site's description, and all those sites are external ones. Using XSLT, I succeeded at converting it into XHTML, and it is shown fine on screen.
I also have a list of internal link to other pages in my site, which is shown at the right side of the screen. All pages in my site have this internal link list. As I am worried on future upgrades, I want to embed this XHTML file into my XSLT file, so I'll have to update only one file with links!!!
I've tried <object>, <iframe> and even javascript (using document.write), but nothing has worked. And my free server offers no other language support (ASP, PHP, PERL or whatever).
Please help...:confused:
 
Back
Top