CIS 35A: Introduction to Java Programming

Home | Green Sheet | Lectures | Assignments | FAQ | Grades

XML

XML
Objectives

Applied

  • Given a listing of an XML document, identify the elements and content it contains.
  • Use a web browser or XML editor to view or edit XML files.
  • Use the classes of the StAX API to read and write the data that’s stored in an XML file.

Knowledge

  • Describe the major differences between XML and HTML.
  • Explain how elements are structured in an XML document.
  • Explain the difference between a child element and an attribute, and describe the relative advantages of each.
  • Describe the use of a DTD.
  • Explain why using StAX is generally preferable to using either SAX or DOM.
Introduction | View and edit | API | StAX