0 Replies Latest reply on May 8, 2006 7:21 AM by ollix

    How to create a ProcessDefinition from DOM or SAX

    ollix

      Hi there,

      I think i don't get the idea of the ProcessDefinition.parseXMLReader() method. If I provide a XMLReader implementation, what InputSource is the method using, when it calls the parse() method of the XMLReader???
      My scenario is such, that I have either a DOM / DOM4J doc or a SAX contenthandler. What is the best way to bring that XML to create a ProcessDefinition?

      Thanks for any help.