Tag: web technology

Questions Related to web technology

XML can only be transformed into HTML or XHTML.

  1. True

  2. False


Correct Option: B

The statement states

  1. For each customer element of the result document

  2. For each customers element of the result document

  3. For each customer element of the source document thats a child of customers

  4. For each customers element of the source document


Correct Option: C

The element is used to

  1. Extract text from the result document

  2. Extract text from the source document

  3. Place text into the source document

  4. None of the above


Correct Option: B
  1. Select the Jim element

  2. Select the Jim attribute

  3. Select the id attribute

  4. Select the id attribute if the value is Jim


Correct Option: C

The element instructs the CSS to evaluate a condition before extracting an element.

  1. True

  2. False


Correct Option: B
  1. data-type=finumberfl

  2. data-type=fivaluefl

  3. data-type=fidecimalfl

  4. None of the above


Correct Option: A

Only a browser can access a result document.

  1. True

  2. False


Correct Option: B

The SAX parser is not able to transverse an XML document.

  1. True

  2. False


Correct Option: A

The SAX parser creates a node by using

  1. createElement()

  2. reateTextNode()(

  3. createComment()

  4. None of the above


Correct Option: D