 | Differentiate between Hypertext Transfer Protocol (HTTP) and XML and their use in e-business applications |
 |
Enumerate the rules of a well-formed XML document |
 |
Describe the use of a Document Type Definition (DTD) with an XML document |
 |
Create DTDs describing the validation rules for specific XML instances |
 |
Describe the use of an XML schema with an XML document |
 |
Create XML schemas describing the validation rules for specific XML instances |
 |
Describe the use of XML namespaces in the management of the symbol space of an XML document |
 |
Declare and use XML namespaces in an XML document |
 |
Describe the use of an XML Path Language (XPath) with an XML document |
 |
Create XPath expressions that locate specific information in an XML instance |
 |
Describe the use of Extensible Stylesheet Language (XSL) in the processing of XML documents |
 |
Create an XSL Transformation (XSLT) and use it to transform an XML document into some other kind of document |
 |
Read and write XML data using Java |
 |
Retrieve and read an XML document using the Simple Application Program Interface for Extensible Markup Language (SAX) parser |
 |
Retrieve and read an XML document using the Document Object Model (DOM) parser |
 |
Use SAX error handlers to handle XML document errors |
 |
Process and generate XML data using SAX |
 |
Generate an XML document from a DOM tree |
 |
Manipulate a DOM tree for processing |
 |
Serialize and deserialize a Java object graph to and from XML |
 |
Describe the Java Application Programming Interfaces for XML Processing (JAXP) that allow Java programs to access, create, and manipulate XML data. |