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:
Do I have to know HTML or SGML before I learn XML
Do I have to know HTML or SGML before I learn XML?
✍: FYICENTER.com
No. Although it's useful because a lot of XML terminology and practice derives from two decades' experience of SGML.
Be aware that "knowing HTML" is not the same as "understanding SGML". Although HTML was written as an SGML application, browsers ignore most of it (which is why so many useful things don't work), so just because something is done a certain way in HTML browsers does not mean it's correct, least of all in XML.
2007-04-11, 5018👍, 0💬
Popular Posts:
Can one change the mouse pointer in Forms? The SET_APPLICATION_PROPERTY build-in in Oracle Forms all...
What are unadjusted function points and how is it calculated? Unadjusted function points = ILF + EIF...
. How can a servlet refresh automatically if some new data has entered the database? You can use a c...
what is a service contract, operation contract and Data Contract? - part 1 In the below sample we ha...
How can you determine the size of an allocated portion of memory? You can't, really. free() can , bu...