Sounds good. --- Jeremias Maerki <[EMAIL PROTECTED]> wrote: > Because, IMO, it allows the user to use the same > pattern for virtually > everything: > 1. Create a TransformerFactory > 2. Create a Transformer and optionally use a > stylesheet > 3. Specify the Source (DOM, stream, file, SAX....) > 4. Specify the Result (DOM, stream, file, SAX....) > 5. Start the transformation. >
<snip/> > Using the "one API > approach" we can > teach our users a few handy things with which they > can do whatever they > need: > - Serializing a DOM to a file > - Transforming an XML file to HTML > - Creating a PDF from a Java object > - you name it. > <snip/>