CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4

Thread: xml urgent

  1. #1
    Guest

    xml urgent

    i want to learn xml.
    how do i write a program in xml and execute it?pls send the program and what it does. it is vary urgent


  2. #2
    Join Date
    Apr 1999
    Location
    Germany
    Posts
    418

    Re: xml urgent

    Hi,

    you can't write a program in XML. XML is like HTML a language for describing the layout of a page, not a programming language.


    Martin

  3. #3
    Guest

    Re: xml urgent

    dear Martin Speiser
    thanks for the reply.if xml is not a programing language and it is like HTML then atleast you can design screens as we do in HTML is'nt it. send me a code of this in xml.


  4. #4
    Join Date
    Apr 1999
    Location
    Germany
    Posts
    418

    Re: xml urgent

    You can't do this either without a DTD (Document Type Definition). In XML everyone can develop their own tags and how they shall be processed. It's not a static definition, each one has to develop his own definition and publish it, so others can use it.

    I recommend you to read what XML is. One entry point to this topic is http://msdn.microsoft.com/isapi/msdn...t/xmlfinal.htm.


    Martin

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured