I want to show three XMLs on a single html page. These XMLs have XSLs associated with them.
Somthing like this:
Is it possible to do so? If yes, how?
P.S.: I'm using Windows XP SP3.
I want to show three XMLs on a single html page. These XMLs have XSLs associated with them.
Somthing like this:
Is it possible to do so? If yes, how?
P.S.: I'm using Windows XP SP3.
You could use html/xhtml div tags to devide the page. Into sections you described above.
<html>
<head></head>
<body>
<div height="20%" width="100%">xml1</div>
<div height="80%" width="20%" style="float:left;">xml2</div>
<div height="80%" width="80%" style="float:left;">xml3</div>
</body>
</html>
You have many solutions to do this:
iframe
with Content-Type: text/xml