The same version of a DOM parser must be used on all computers.
True
False
A SAX parser
Organizes the XML document into a tree
Reads a block of an XML document at a time
Enables you to correct the contents of an XML document
None of the above
$x is an
Element
Attribute
XQuery
Variable
A constructor
Is the first instance of a function
Is the first instance of a variable
Converts information contained in an XML document to another data type
The round-half-to-even() function rounds half the value returned by a function.
The async = false means
Statements will continue to execute as the XML document is being loaded.
Statements will not execute until the XML document is being loaded.
The XML document is synchronized to the HTML page.
firstChild is a
Property containing a reference to the first child of an element
Method that makes the current node the first child
Method that substitutes the first node for the last node
Method that substitutes the last node for the first node
createElement(fititlefl) means
Create a new HTML element
Create a title for a new HTML element
Create a new XML element
Create an attribute called title for the current XML element
What is the continuation character in REXX?
comma (,)
semi colon (;)
colon (:)
plus (+)
Which is used for text and tags that do not show directly on the page ?
Head
Body
Title
Frame