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 CDATA section in XML
What is CDATA section in XML?
✍: Guest
All data is normally parsed in XML but if you want to exclude some elements you will need to put those elements in CDATA.
2007-10-31, 5646👍, 0💬
Popular Posts:
What Is C Language? The C programming language is a standardized programming language developed in t...
If we have two version of same assembly in GAC how do we make a choice ? OK first let’s try to under...
What will be printed as the resultof the operation below: int x; int modifyvalue() { return(x+=10); ...
.NET INTERVIEW QUESTIONS - How to prevent my .NET DLL to be decompiled? By design .NET embeds rich M...
If client side validation is enabled in your Web page, does that mean server side code is not run? W...