XML parser for Java code
Overview
IBM's previous XML technologies, XML4J, XML4C, and LotusXSL, have been merged with the xml.apache.org project. The parsing technologies have been renamed Xerces, and the LotusXSL technology has been renamed Xalan.
Use the org.apache.xerces.parsers.* classes for new development.
Capture Configuration Data
To capture configuration information in HTML format...
- Log onto your box, and cd to a local directory
- mkdir bin
- mkdir bin/lib
- Created a script called captureWAS.sh.
- Copy websphereConfigFiles.xml and websphereConfig.xsl to bin
- cp xalan.jar, xercesImpl.jar, and xmlParserAPIs.jar to bin/lib
- Edit paths in websphereConfigFiles.xml.
- Run captureWAS.sh.