-
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"
-
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"
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
Forum Rules
|
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
|
Bookmarks