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 the Relation between XHTML and SGML
What Is the Relation between XHTML and SGML? - XHTML FAQs - Introduction To XHTML 1.0
✍: FYIcenter.com
SGML (Standard Generalized Markup Language) is a metalanguage in which one can define markup languages, like HTML, for documents. SGML is a descendant of IBM's Generalized Markup Language (GML), developed in the 1960s by Charles Goldfarb, Edward Mosher and Raymond Lorie (whose surname initials also happen to be GML).
XHTML is not directly related to SGML. But it is indirectly to SGML through HTML.
For more information on SGML, please visit http://www.isgmlug.org/sgmlhelp/g-index.htm.
2007-05-12, 5134👍, 0💬
Popular Posts:
Can we have shared events ? Yes, you can have shared event’s note only shared methods can raise shar...
What is NullPointerException and how to handle it? When an object is not initialized, the default va...
How to set a HTML document's background color? document.bgcolor property can be set to any appropria...
How was XML handled during COM times? During COM it was done by using MSXML 4.0. So old languages li...
What Happens If the UPDATE Subquery Returns Multiple Rows? - Oracle DBA FAQ - Understanding SQL DML ...