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:
Which are the namespaces in .NET used for XML
Which are the namespaces in .NET used for XML?
✍: Guest
“System.xml.dll” is the actual physical file which has all XML implementation. Below are
the commonly used namespaces:
System.Xml
System.Xml.Schema
System.Xml.XPath
System.Xml.Xsl
2007-10-31, 4678👍, 0💬
Popular Posts:
What are database triggers? How are the triggers fired? Read this collection of questions and answer...
What is a measure in OLAP ? Measures are the key performance indicator that you want to evaluate. To...
What will be printed as the result of the operation below: main() { char *p1; char *p2; p1=(char *)m...
How is the MVC design pattern used in Struts framework? In the MVS design pattern, there 3 component...
Does there exist any other function which can be used to convert an integer or a float to a string? ...