Processing model

  • A source document is transformed according to stylesheet rules and generates a result document.
  • The source is supplied as a SAX2 stream. No tree is constructed; limited context is available.
  • The stylesheet is an XML document.
  • The result of the transformation consists of a sequence of SAX2 events.
  • An incoming event invokes a rule within the stylesheet by means of a match pattern.