Results 1 to 4 of 4

Thread: Is XML, DHTML, and XHTML are all the same thing?

  1. #1
    Join Date
    Nov 2008
    Posts
    109

    Is XML, DHTML, and XHTML are all the same thing?

    Most of the time I get confused whether XHTML, DHTML and XML are the one and the same thing, we look at the logic behind each of these programming language they are almost same same but still they have different syntax all the way, and they are not the same then what things make them different please let me know.

  2. #2
    Join Date
    Feb 2009
    Posts
    117

    Re: Is XML, DHTML, and XHTML are all the same thing?

    XML separates data and display, you need a browser which supports XML and the Extensible Hypertext Markup Language, or XHTML, is a markup language that has the same depth of expression as HTML, but also conforms to XML syntax. Call it a bridge to XML. DHTML does not need the server support like PHP does. DHTML is integrated in the HTML page and needs browser that support DHTML. The Extensible Markup Language (XML) is a general-purpose specification for creating custom markup languages.

  3. #3
    Join Date
    Jan 2009
    Posts
    140

    Re: Is XML, DHTML, and XHTML are all the same thing?

    XML is a way of representing data inside tags. You can define your own tags and structure, so long as you describe it. If you are going to focus on programming for the internet you will also want to learn the web basics first which include (x)HTML, CSS, JavaScript. It's really a server side thing, but there is some limited client support too. All the three are used for web development. Xhtml is advanced version of HTML, defined as an XML Application.

  4. #4
    Join Date
    Apr 2008
    Posts
    142

    Re: Is XML, DHTML, and XHTML are all the same thing?

    XHTML is just "HTML 5". It's a more structured version of HTML, which sits nicely with the XML structure of things. HTML goes first because its easy then XHTML (its almost the same thing). CSS and JavaScript would be the next thing to learn, and if you want to continue learning web related scripting languages then I would suggest learning PHP and MySQL after words.It is very easy to translate an XML document into an XML documents (and visa versa) using another technology called XSLT.

Similar Threads

  1. What are dynamic controls in DHTML
    By Maximiliano2 in forum Software Development
    Replies: 5
    Last Post: 13-11-2010, 06:30 AM
  2. Confused between Dhtml and Ajax
    By Protectors in forum Software Development
    Replies: 5
    Last Post: 11-03-2010, 04:56 PM
  3. How to use DHTML for indexing of web
    By Kallol in forum Windows Software
    Replies: 5
    Last Post: 04-03-2010, 06:02 AM
  4. How to select several Thumbnail Images in DHTML
    By NGV BalaKrishna in forum Software Development
    Replies: 4
    Last Post: 04-02-2010, 03:59 AM
  5. Difference between dhtml, xhtml and xml
    By Sacchidananda in forum Software Development
    Replies: 3
    Last Post: 16-11-2009, 07:44 AM

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
  •  
Page generated in 1,713,467,192.20489 seconds with 17 queries