The BOTTOM LINE Quote Of The Day

The BOTTOM LINE Quote Of The Day

Don't Ever Tell GOD How BIG Your Problems are.
Just Tell Your Problems How BIG your GOD is ;)

Saturday, October 27, 2012

create an XML to store data and view in browser


<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl"?>
<collection>
    <cd>
        <sno>1</sno>
        <bname>balaguruswamy</bname>
        <price>235</price>
    </cd>
    <cd>
        <sno>2</sno>
        <bname>Let us c</bname>
        <price>155</price>
    </cd>
    <cd>
        <sno>3</sno>
        <bname>Graphics</bname>
        <price>585</price>
    </cd>
        <cd>
        <sno>4</sno>
        <bname>Architecture</bname>
        <price>385</price>
    </cd>
        <cd>
        <sno>5</sno>
        <bname>Compilers</bname>
        <price>485</price>
    </cd>
</collection>

No comments:

Post a Comment