DevX Home    Today's Headlines   Articles Archive   Tip Bank   Forums   

+ Reply to Thread
Results 1 to 2 of 2

Thread: XML newbie

  1. #1
    Metal Will Guest

    XML newbie


    Can someone tell me the exact way to creating the simplest xml document that
    can be viewed in IE 5. I did get some xml code from the web and pasted in
    notepad then saved with an .xml extension. It didn't work. What I'm I not
    doing right ?

    "Metal Will"

  2. #2
    Russell Jones Guest

    Re: XML newbie

    This is about as simple as you can get:

    <?xml version="1.0"?>
    <root>
    </root>

    It displays in IE 5 as:

    <?xml version="1.0" ?>
    <root />

    "Metal Will" <metal_will313@yahoo.co.uk> wrote in message
    news:3aeaaf8e$1@news.devx.com...
    >
    > Can someone tell me the exact way to creating the simplest xml document

    that
    > can be viewed in IE 5. I did get some xml code from the web and pasted in
    > notepad then saved with an .xml extension. It didn't work. What I'm I not
    > doing right ?
    >
    > "Metal Will"




Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
HTML5 Development Center
 
 
FAQ
Latest Articles
Java
.NET
XML
Database
Enterprise
Questions? Contact us.
C++
Web Development
Wireless
Latest Tips
Open Source


Top DevX Stories

Easy Web Services with SQL Server 2005 HTTP Endpoints
JavaOne 2005: Java Platform Roadmap Focuses on Ease of Development, Sun Focuses on the "Free" in F.O.S.S.
Wed Yourself to UML with the Power of Associations
Microsoft to Add AJAX Capabilities to ASP.NET
IBM's Cloudscape Versus MySQL


Sponsored Links