e any
ideas?
Thanks,
Aaron
-Original Message-
From: SANSONE, AARON M [Non-Pharmacia/1000]
Sent: Tuesday, December 18, 2001 5:10 PM
To: Cocoon-Users (E-mail)
Subject: Problem Implementing AbstractDOMTransformer...
Hi,
I'm trying to create an implementation that extends AbstractDOMT
Hi,
I'm trying to create an implementation that extends AbstractDOMTransformer.
I have a piece of java code that takes a document, does some work and
returns a new document that is to be streamed back to the pipeline.
According to the javadocs all I have to do is implement the transform
method. I