Information to migrate code that uses the language build-in om package,
to the Web Services extensions 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.