Hi werD40.
Thanks alot for the reply. Unfortunately, I can't show too much of the code since it resides on an internal site. I have various Javascript methods which use the XMLDom to load some XML files and place them in the desired location on the webpage. So, your assumption is correct. I have a set of of tabs at the top of the page and depending on what tab you click on, the main content-area changes it's inner HTML to whatever is in the associated xml file.
The real issue however, as I mentioned before, is that the .shtm displays the included Server-Side includes, but no xml content. When I change the file extension to ".htm", the opposite occurs - no ssi's, but the xml content is visible. The SSI's are a requirement on this site since it follows the corporate design.
Also, I can't change the SSI's because they are used by other standard (non-xml) shtm files, and, in order to maintain the integrity of the information provided in the SSI, the option of creating a new file is not something I'd like to do.
You mentioned there were other methods of including xml data in an html document?
oh, and I'm not really using any server-side language at the moment. I have used a bit of Ajax with ASP for some form validation and whatnot. But, on the page in question I haven't used anything in particular.
Thanks,
URL