Categories:
.NET (357)
C (330)
C++ (183)
CSS (84)
DBA (2)
General (7)
HTML (4)
Java (574)
JavaScript (106)
JSP (66)
Oracle (114)
Perl (46)
Perl (1)
PHP (1)
PL/SQL (1)
RSS (51)
Software QA (13)
SQL Server (1)
Windows (1)
XHTML (173)
Other Resources:
What Is XML
What is XML?
✍: FYICENTER.com
XML is the Extensible Markup Language. It improves the functionality of the Web by letting you identify your information in a more accurate, flexible, and adaptable way.
It is extensible because it is not a fixed format like HTML (which is a single, predefined markup language). Instead, XML is actually a metalanguage—a language for describing other languages—which lets you design your own markup languages for limitless different types of documents. XML can do this because it's written in SGML, the international standard metalanguage for text document markup (ISO 8879).
2007-04-11, 5543👍, 0💬
Popular Posts:
What is V model in testing? V model map’s the type of test to the stage of development in a project....
Assuming that the structure of a table shows two columns like this: --------+------------+-- ----+---...
What Happens If a Hyper Link Points to a Music File? - XHTML 1.0 Tutorials - Understanding Hyper Lin...
What is the difference between const char* p and char const* p? In const char* p, the character poin...
How To Download and install PSP Evaluation? - PSP Tutorials - Fading Images to Background Colors wit...