Why this parser needed exactly over Html or Jsp pages, These two are enough for viewing the page. Can I know more sophisticated reasons from u?
which of the following is correct Q) ReadXml method belongs to the class of .............. NameSpacea)System.Datab)System.Data.SqlClientc)System.xmldSystem.Data.xml
Latest Answer: System.Data ...
Write five difference between XML and HTML
Latest Answer: XML XML stands for Extensible Markup Language • XML is a markup language much like HTML • XML was designed to carry data, • XML tags are not predefined. • XML is designed to be self-descriptive. • XML is a W3C Recommendation ...
What is XML Serialization and Binary Serialization? Where it actually used?
Latest Answer: Adding to above responses, XMLSerialization is called Shallow Serialization because it can serialize only public fieldsSoap Serialization and Binary Serialization techniques are called Deep Serialization because it serialize the object containing reference ...
How do you load data from XML file to a ORACLE table?
Latest Answer: This is from XML to sqlserverexce sp_xml_preparedocument @inthandle int output,@xmldocumentselect * from openxml(@inthandle,'/root/customer',2)with (customerid varchar(10), contactname varchar(20))exec sp_xml_removedocument ...
Latest Answer: XML and HTML were designed with different goals: XML was designed to describe data and to focus on what data is. HTML was designed to display data and to focus on how data looks.That is HTML is about displaying information, while XML is about describing ...
Latest Answer: In XML all the tags are user defined only. ...
Latest Answer: An XML file can also contain processing instructions that give commands or information to an application that is processing the XML data. Processing instructions have the following format: target is the name of the ...
View page [1] 2 3 4 Next >>

Go Top