Top 30+ Advanced XML Interview Questions Pdf 2020-2021 - 3

Question: 11

When constructing an XML DTD, how do you create an external entity reference in an attribute value?

When using SGML, XML DTDs don’t support defining external entity references in attribute values.

Question: 12

What is JAXR?

JAXR stands for Java API for XML Registries. It enables Java software programmers to use an API to access a variety of XML registries. The current version of the JAXR specification can be found at

http://java.sun.com/xml/downloads/jaxr.html

Question: 13

How to generate XML from a dataset and vice versa?

We can use WriteXml () and ReadXml () methods of DataSet Object.

Related Questions