1. Welcome! Please take a few seconds to create your free account to post threads, make some friends, remove a few ads while surfing and much more. ClutchFans has been bringing fans together to talk Houston Sports since 1996. Join us!

What is XML?

Discussion in 'BBS Hangout' started by Nikos, Dec 10, 2003.

  1. Nikos

    Nikos Member

    Joined:
    Feb 25, 2002
    Messages:
    381
    Likes Received:
    0
    I have heard about this programming language -- but can someone tell me in simple words or simple description what it really does?
     
  2. Surfguy

    Surfguy Member

    Joined:
    Sep 23, 1999
    Messages:
    24,592
    Likes Received:
    12,880
    Extensible Mark-up Language(XML)

    It's not a programming language but, rather, a syntactically well-formed language which defines and describes data. Imagine, if you will, the dilemma of passing data files between businesses who have a partnership to conduct some form of business together. This usually means data files being passed to and from the companies for processing within each of their own systems on a regular basis. Using XML, one can define the data in a structured, meaningful way that leaves no ambiguity if done correctly. Typically, XML is defined by an XML schema which defines the structure and semantics of the data within the XML document. The XML document must validate against this XML schema to be considered valid. Programming languages added support to work with XML as XML was adopted(e.g. reading and writing XML, searching for data in an XML document, etc.). Therefore, alot of systems out there now use XML as a standard means of passing data with third parties as it is the least expensive and easiest option to date to use. There's a lot to know about creating and working with XML. My knowledge is limited but I have worked with it and see it all the time because many software products support it's use now.

    Anyway, I'm sure there is someone else who knows more or probably can describe it better. I just thought I would throw something out there for you.
     
  3. droxford

    droxford Member

    Joined:
    Oct 26, 2001
    Messages:
    10,598
    Likes Received:
    2,131
  4. Surfguy

    Surfguy Member

    Joined:
    Sep 23, 1999
    Messages:
    24,592
    Likes Received:
    12,880
    Err...I mean...use a search engine. :D

    I even had a sample I typed up for you but I couldn't get it to post because of the html-like syntax. I'm sure there is a way around that problem that I'm not aware of. I have more technical things to worry about....like .NET programming...which can be a bear...lol.
     
  5. super_mario

    super_mario Member

    Joined:
    Apr 22, 2002
    Messages:
    479
    Likes Received:
    1
    It is pretty in vogue to send XML over HTTP as in the case of SOAP and web services. You can escape your XML with trigraphs.
     
  6. keeley

    keeley Member

    Joined:
    Feb 13, 1999
    Messages:
    1,513
    Likes Received:
    35
    Surfguy,

    & lt; and & gt; (< and &gt) are your friends. I'll let you take the rest. :)
     
  7. No Worries

    No Worries Member

    Joined:
    Jun 30, 1999
    Messages:
    32,917
    Likes Received:
    20,709
    What Surf said but ... XML is a bit more.

    XML will eventually replace HTML. The important difference between XML and HTML is that XML makes a clean break between content and presentation. Most browser can't grok XML now, but some can handle XHTML which is well formed HTML.
     
  8. rimrocker

    rimrocker Member

    Joined:
    Dec 22, 1999
    Messages:
    23,140
    Likes Received:
    10,208
    It's the size of my pants... means eXtra Manly Large.
     

Share This Page