Page 1 of 1

how to include XML file in HTML file

Posted: Mon Dec 13, 2004 8:50 am
by murthy
I included the XML file in HTML file by following script,

/******Begin HTML file *********/
<html>
<body>
<xml id="cdcat" src="test.xml">
</xml>
</body>
</html>

/******End HTML file *********/


/******Begin XML file *********/

<xml>
This is sample program
</xml>

/******End XML file *********/


I am not getting any text when i excuted HTML file...

It is too urgent..

Thanks
Murthy