how to include XML file in HTML file

Questions about the MySQL, PostgreSQL, and most other databases, as well as using it with PHP can be asked here.

Moderator: General Moderators

Post Reply
murthy
Forum Commoner
Posts: 50
Joined: Fri Aug 20, 2004 1:22 am
Location: India
Contact:

how to include XML file in HTML file

Post 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
Post Reply