Recent questions tagged xml

1 1 vote
3 3 answers
3.8k
3.8k views
Which of the following statements is/are true?P : An XML document with correct syntax as specified by W3C is called “Well Formed”.Q : An XML documented validated against ...
1 1 vote
2 2 answers
3.4k
3.4k views
The definitions in an XML document are said to be ______ when the tagging system ans definitions in the DTD are all in compliancewell-formedreasonablevalidlogical
6 6 votes
1 answers 1 answer
3.9k
3.9k views
XPath is used to navigate through elements and attributes inXSL documentXML documentXHTML documentXQuery document
2 2 votes
1 1 answer
2.3k
2.3k views
Which of the following statements are true with reference to the way of describing XML data?XML uses DTD to describe the dataXML uses XSL to describe the dataXML uses a d...
3 3 votes
1 1 answer
2.0k
2.0k views
In XML, DOCTYPE declaration specifies to include a reference to ____ fileDocument type DefinitionDocument type declarationDocument transfer definitionDocument type langua...
2 2 votes
4 4 answers
3.5k
3.5k views
In XML we can specify the frequency of an element by using the symbols:+*!#*!+*?-*?
1 1 vote
1 1 answer
1.9k
1.9k views
The behaviour of the document elements in $XML$ can be defined byUsing document object Registering appropriate event handlersUsing element objectAll of the above
2 2 votes
1 1 answer
3.9k
3.9k views
The _____ language was originally designed as the Transformation Language for Style Sheet FacilityXSTLXMLXQueryXPath
5 5 votes
2 2 answers
4.2k
4.2k views
To declare the version of XML, the correct syntax is<?xml version='1.0'/><*xml version='1.0'/><?xml version="1.0"/><xml version='1.0'/>
1 1 vote
3 3 answers
2.1k
2.1k views
Given below is an excerpt of an xml specification. <!DOCTYPE library SYSTEM "library.dtd" <Book <title GATE 2005 </title <type value = "BROCHURE"/ <accno>10237623786</acc...
1 1 vote
1 1 answer
2.6k
2.6k views
Consider an XML file called intro.xml and a document type defintion (DTD) file intro.dtd as follows:intro.xml<?xml version = "1.0"? <!DOCTYPE myMessage SYSTEM "intro.dtd"...
1 1 vote
1 1 answer
1.7k
1.7k views
Consider the XML document fragment given below:<Book <Title>GATE 2K7 Example<Title <Content One of many lines </Content <TOC One of many content entries </TOC </Book>Cons...
To see more, click for the full list of questions or popular tags.