XSL based XML Parser
The XSL based XML DOM Parser enables IBM® Security Directory Integrator to parse XML documents in any format using the XSL supplied by the user, into attribute value pairs, stored in the entry object. You can know more about the process through the information provided here.
The XSL based parser is required to facilitate reading of any kind of XML format. Particularly, when the user needs only a specific chunk of the XML he can write an XSL for picking the required chunk. The parser will create an in-memory parse tree to represent the input XML and the IBM Security Directory Integrator internal format. The XSL transforms the DOM Document generated from input XML, and produces an output DOM for the IBM Security Directory Integrator internal format. It uses the javax transformation libraries to carry out transformations.