![]() |
|
|
|
| ||||||
|
Welcome to the The ProgrammersTalk Community forums. You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact contact us. |
![]() |
![]() | | LinkBack | Thread Tools | Display Modes | ![]() |
| |||
| May I know what is difference between HTML and XML? HTML is only for Interface? And How about XML? Please explain me. XML stand for what? Thanks everybody !! LA Last edited by lwinaung : 07-18-2008 at 02:15 AM. |
| |
| ||||
| XML is a way of formatting data for structured retrieval using a tag-based system. Think "objects". It looks rather like this: Code: <myObject anAttribute="aValue">
<myThing>
<length units="xx">23</length>
</myThing>
<myThing>
<length units="yy">15</length>
</myThing>
</myObject> XHTML is a combo of them both. It's basically HTML with XML structure rules. XML is a way of formatting data for structured retrieval. Think "objects". HTML is a c using us |
![]() |
| Thread Tools | |
| Display Modes | |
| |