| Question | Answer |
| JS method that redirects the current window to another website | |
| JS method that creates a new browser window | |
| XML was created to _____ data and not to _____ data | |
| XML documents must contain 1 element that is parent of all others. this is called the ____ element | |
| Other than illegal characters, xml elements cannot start with what 3-letter combination | |
| All attributes of an XML tag must be enclosed in this | |
| XML with correct syntax is called ___ ____ XML | |
| XML validated against a DTD is ____ XML | |
| XML function that allows you to communicate to your server from inside webpage | |
| XML entity reference for less than symbol (enter it without ampersand) | |
| XML entity reference for greater than symbol | |
| XML entity reference for ampersand | |
| XML entity reference for apostophe (single quote) | |
| XML entity reference for double quotes | |
| < person age='20'> < / person > In this case, age is a _______ | |
| < person > 20 In this case, age is ______ | |
| The less popular way of displaying information in an XML document | |
| An XML namespace is defined by this attribute in the start tag of an element | |
| XSL language for transforming XML documents | |
| XSL language for navigating in XML documents | |
| XSL language for formatting XML documents | |
| XPath path expression that selects all child nodes of the named node | |
| XPath path expression that selects all child nodes of the named node | |
| XPath path expression that selects from the root node | |
| Part4XPath path expression that selects the current node | |
| XPath path expression that selects attributes | |
| XPath path expression that selects nodes in the documenet from the current node that match the selection no matter where they are | |
| XPath path expression that selects the parent of the current node | |
| XPath wildcard that matches any attribute node | |
| XPath wildcard that matches any element node | |
| XPath wildcard that matches any node of any kind | |
| XPath absolute location starts with this | |
| XPath absolute location starts with this | |
| XPath division operator | |
| To create an RSS feed you use create this first | |
| After creating it, you put it in this | |