SitePoint Sponsor

User Tag List

Results 1 to 6 of 6

Thread: XML features

  1. #1
    SitePoint Member
    Join Date
    Dec 2002
    Location
    Chile
    Posts
    11
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    XML features

    I've decided to learn XML, 'cause everybody talks about its advantages. But need someone to guide me about what xml can do for me, what applications can be build with and i like to know if is that true that XML will replace HTLMl? . From a couple of years ago i'm hearing the same thing but never happens. And finally, what about XHTML?

    Well, thanks in advance.

    ps: A hands-on tutorial, related to the subject will be appreciate.
    "Money, it's a gas.
    Grab that cash with both hands and make a stash.
    New car, caviar, four star daydream,
    Think I'll buy me a football team."

    "Money" - Pink Floyd

  2. #2
    .NET inside archigamer's Avatar
    Join Date
    Jan 2002
    Location
    Strongsville OH
    Posts
    1,534
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    XML is mostly defined as a markup language that both humans and computers can understand (better than 0 and 1s eh?) to describe data. Applications that use XML are usually used in enterprise situations. At this point in time XML is just starting to get noticed by the little guys. At this time there is little it does for average Joe Smoe developer. XHTML is the XML version of HTML and doesnt vary much from HTML besides from a few syntax rules.
    Web Finesse Studios
    Professional, business oriented web hosting and development.

  3. #3
    SitePoint Enthusiast
    Join Date
    Dec 2002
    Posts
    30
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Yes I have too, but I really suck at it right now.

  4. #4
    SitePoint Member
    Join Date
    Dec 2002
    Location
    Chile
    Posts
    11
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    well, thank you.
    "Money, it's a gas.
    Grab that cash with both hands and make a stash.
    New car, caviar, four star daydream,
    Think I'll buy me a football team."

    "Money" - Pink Floyd

  5. #5
    SitePoint Member
    Join Date
    Nov 2002
    Posts
    21
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    http://www.w3schools.com/xml/

    tutorial to get you started.

  6. #6
    Sultan of Ping jofa's Avatar
    Join Date
    Mar 2002
    Location
    Svíþjóð
    Posts
    4,080
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Like archigamer wrote; xml is used to describe data, while html describes the structure of a document, and as you can read in the w3schools tutorial, xml is not a replacement for html

    What you can do with xml? E.g. store data as xml, transform with xsl into html
    Take a look at (the eminent SP member) M@rco's site, for example

    A great book: http://www.amazon.com/exec/obidos/ASIN/0735605629/

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
  •