while displaying my xml documents in html pages, I'm using xsl stylesheets. I have 5 different xml documents. on my last html page, I want to display all of my xml documents together. is there a way to combine all of the xml documents without actually coping all of them and into one document?
U could use scipts to do what u want.....using XMLDOM.....load all the documents......and instead of browser applying the XSL....u could apply the XSL urself.........and use "InneHTML" to display the transformed data......
Bookmarks