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, 5627👍, 0💬
Popular Posts:
How do we enable SQL Cache Dependency in ASP.NET 2.0? Below are the broader steps to enable a SQL Ca...
What is the benefit of using #define to declare a constant? Using the #define method of declaring a ...
How do we get the current culture of the environment in windows and ASP.NET? “CultureInfo.CurrentCul. ..
Does there exist any other function which can be used to convert an integer or a float to a string? ...
What is the difference between Class and structure’s ? Following are the key differences between the...