Hi all ,
I am new to XML and doing some learning stuff.
I have created a file r1.xml on my PC in C:\ as ,
<?xml version="1.0" standalone="yes" ?>
<?xml-stylesheet type="text/css2" href="r1.css" ?>
<GREETING>
Hello with XML !!
</GREETING>
Then I created a file r1.css on my PC in C:\ as ,
GREETING {display: block; font-size: 24pt; font-weight: bold;}
Lastly I opened the r1.xml file in IE 5.5, expecting that I will get my text displayed in the browser in bold . But I got the whole text of r1.xml as I have written their .
What should I do to display "Hello with XML !!" in bold in the browser instead of the full text of the XML file .
Please help .
I am new to XML and doing some learning stuff.
I have created a file r1.xml on my PC in C:\ as ,
<?xml version="1.0" standalone="yes" ?>
<?xml-stylesheet type="text/css2" href="r1.css" ?>
<GREETING>
Hello with XML !!
</GREETING>
Then I created a file r1.css on my PC in C:\ as ,
GREETING {display: block; font-size: 24pt; font-weight: bold;}
Lastly I opened the r1.xml file in IE 5.5, expecting that I will get my text displayed in the browser in bold . But I got the whole text of r1.xml as I have written their .
What should I do to display "Hello with XML !!" in bold in the browser instead of the full text of the XML file .
Please help .