Thursday, 16 April 2015

xml example

xml file:employee.file


<?xml version="1.0" encoding="ISO-8859-1"?>
<?xml-stylesheet type="text/xsl" href="ex.xsl"?>
<employee>
<personal_details>
<eno>23</eno>
<name>kee</name>
<gender>female</gender>
for more info check here http://thenet23.blogspot.in/p/xslt-example.html

No comments:

Post a Comment