Categories:
.NET (961)
C (387)
C++ (185)
CSS (84)
DBA (8)
General (31)
HTML (48)
Java (641)
JavaScript (220)
JSP (109)
JUnit (31)
MySQL (297)
Networking (10)
Oracle (562)
Perl (48)
Perl (9)
PHP (259)
PL/SQL (140)
RSS (51)
Software QA (28)
SQL Server (5)
Struts (20)
Unix (2)
Windows (3)
XHTML (199)
XML (59)
Other Resources:
Describe the differences between XML and HTML
Describe the differences between XML and HTML
✍: FYICENTER.com
It's amazing how many developers claim to be proficient programming with XML, yet do not understand the basic differences between XML and HTML. Anyone with a fundamental grasp of XML should be able describe some of the main differences outlined in the table below.
Differences Between XML and HTML
XML | HTML |
User definable tags | Defined set of tags designed for web display |
Content driven | Format driven |
End tags required for well formed documents | End tags not required |
Quotes required around attributes values | Quotes not required |
Slash required in empty tags | Slash not required |
2007-04-11, 4520👍, 0💬
Popular Posts:
How To Calculate Expressions with SQL Statements? - MySQL FAQs - Introduction to SQL Basics There is...
How can you determine the size of an allocated portion of memory? You can't, really. free() can , bu...
How To Run Stored Procedures in Debug Mode? - Oracle DBA FAQ - Introduction to Oracle SQL Developer ...
How Do I Run JUnit Tests from Command Window? To run JUnit tests from a command window, you need to ...
How to convert a Unix timestamp to a Win32 FILETIME or SYSTEMTIME? The following function converts a...