Ask Me Help Desk

Ask Me Help Desk (https://www.askmehelpdesk.com/forum.php)
-   XML (https://www.askmehelpdesk.com/forumdisplay.php?f=448)
-   -   Xml difference (https://www.askmehelpdesk.com/showthread.php?t=240210)

  • Jul 22, 2008, 01:09 AM
    Thanigaiuma
    xml difference
    when I run a simple xml program as follows
    <?xml version="1.0" standalone="yes"?>
    <greeting>
    hello XML!!
    </greeting>
    I get two different outputs in IE and Opera
    in IE the out put is
    <?xml version="1.0" ?>
    <greeting>hello XML!! </greeting>
    and when I run it in opera I get an output as follows
    hello XML!!
    which is the correct one and Y is this difference?

  • All times are GMT -7. The time now is 01:33 PM.