| 1: | Why is XML a good choice for transferring data between operating systems and programming languages? |
| 2: | What is the difference between SAX and DOM? |
| 3: | Which implementation parses documents faster, SAX or DOM? |
| 4: | Does a SAX parser maintain an entire XML document in memory? |
| 5: | When would you be forced to use SAX over DOM? |
| 6: | What is XSLT? |
| 7: | Describe the purpose of a style sheet. |
| 8: | Why is JDOM intuitive to Java programmer? |
| 9: | How do you read an XML document using JDOM? |
| 10: | How do you print an XML document to the screen using JDOM? |