We need you!

We're working hard on the next version of Developer Fusion. Let us know what you think we should be up to!

Members

Technology Zones

Articles

Hosted By

MaximumASP

Info

Rated
Read 36,503 times

Contents

Related Categories

Understanding XML Namespaces - Introduction

shohoudy

Introduction

Understanding XML namespaces is essential to understanding and building Web services. Unfortunately, most developers do not understand how XML namespaces work and get confused when they see all the colons and URLs. The funny thing is, namespaces are so simple that once you understand them you wonder why you had trouble understanding them in the first place. I wrote this article to help you get over the initial hump of understanding XML namespaces, and to show you how they are used in XML documents.

This article is geared towards Visual Basic developers. If your work involves HTML more than programming, there’s an excellent namespace tutorial that speaks to your needs.

Yasser started programming at the age of 12 when he wrote his first text-based game on a Commodore PET. He's since moved to IBM mainframes then to Microsoft technologies and has worked as Systems Engineer for IBM and a Chief Architect for Best Software (now Sage Software). Now an independent consultant and trainer, Yasser specializes in XML and Web services and has authored a book on Web Services for Addison Wesley. A Microsoft Most Valuable Professional (MVP) for ASP.NET, Yasser speaks at industry conferences including VS Live and VS Connections and his articles appear regularly in VSM, XML Magazine, and MSDN Magazine. Yasser also publishes the monthly .NET Web Services newsletter.

Comments

  • Multiple namespace prefix from same URI

    Posted by yodha on 26 Jul 2005

    Hi,
    I'm having a problem with xml namespaces.
    My application accepts an xml document from another application, which is then validated using an xsd. The xsd has a namespace defined and uses a prefi...

  • Thank You

    Posted by rakeshmoza on 11 Feb 2005

    Just to say thank you for this article. I have just started learning xml. And after reading this article, I am clear in namespaces atleast.

  • Posted by lars_huttar on 30 Dec 2004

    Glad you found the answer.

  • Posted by puthurjamesaustin on 29 Dec 2004

    The beloe format gives the required o/p



    hi i got the o/p for it

    Posted by puthurjamesaustin on 29 Dec 2004


    The beloe format gives the required o/p



       

    Related Content

  • Extensible Markup Language (XML) Tutorial