You can migrate code that uses methods from classes in the om package to
methods from classes in the xml package.
Before you migrate, make sure that you are using the classes from the appropriate package:
- Classes from the om package exist to manipulate the AUI tree.
- Classes from the xml package provide full support for XML document processing, and should be
used to manipulate XML documents.
Why would you migrate from
om to
xml classes and methods?
- You need to be able to utilize a feature (such as a StyleSheet) that requires use of methods
from the xml library classes.