Closed Thread
Results 1 to 9 of 9

Thread: Xml

  1. #1
    Lop's Avatar
    Lop
    Lop is offline Speaks fluent binary
    Join Date
    May 2006
    Posts
    1,178
    Rep Power
    30

    Xml

    No one has posted in here so I figured I would.

    What is XML?

    XML is a markup language for documents containing structured information.

    Structured information contains both content (words, pictures, etc.) and some indication of what role that content plays (for example, content in a section heading has a different meaning from content in a footnote, which means something different than content in a figure caption or content in a database table, etc.). Almost all documents have some structure.

    A markup language is a mechanism to identify structures in a document. The XML specification defines a standard way to add markup to documents.

    From: http://www.xml.com/pub/a/98/10/guide0.html?page=2#AEN58

    Tutorial: http://www.w3schools.com/xml/

  2. CODECALL Circuit advertisement
    Join Date
    Always
    Posts
    Many

     
  3. #2
    Jordan Guest
    Nice Post. Making Sticky.

  4. #3
    sigs is offline Learning Programmer
    Join Date
    Apr 2006
    Posts
    34
    Rep Power
    0
    is XML done after HTML so that our websites look much more better?

  5. #4
    Lop's Avatar
    Lop
    Lop is offline Speaks fluent binary
    Join Date
    May 2006
    Posts
    1,178
    Rep Power
    30
    I think the only XML that HTML uses is the CSS Style Sheets. I could be way off base though.

  6. #5
    brackett is offline Programmer
    Join Date
    May 2006
    Posts
    192
    Rep Power
    22
    CSS isn't XML. But, you can write XHTML, which would be the XML compliant HTML syntax.

  7. #6
    Lop's Avatar
    Lop
    Lop is offline Speaks fluent binary
    Join Date
    May 2006
    Posts
    1,178
    Rep Power
    30
    So what is XHTML? What are the benefits of XHTML? XHTML is the added slash I assume, eg. <br />?

  8. #7
    Frantic's Avatar
    Frantic is offline Learning Programmer
    Join Date
    May 2006
    Posts
    91
    Rep Power
    0
    XHTML is just the evolution of HTML.
    Its more strict than HTML in terms of closing tags etc. And yes you need to close empty tags just like you did there.

  9. #8
    Momotaro is offline Newbie
    Join Date
    Jun 2009
    Posts
    7
    Rep Power
    0

    Re: Xml

    CSS isn't XML. XHTML is the new form of HTML, that uses the XML standards.

  10. #9
    toxifyshadow's Avatar
    toxifyshadow is offline Programmer
    Join Date
    Mar 2010
    Location
    Oregon
    Posts
    125
    Blog Entries
    5
    Rep Power
    0

    Re: Xml

    Don't use CSS to style XML, use XSLT, it's a XML styling language, see w3schools.

Closed Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Tags for this Thread

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