Bruno Dumon wrote:
On Mon, 2003-03-10 at 18:01, Michael Wechner wrote:
Sylvain Wallez wrote:
[...]
>> public class MyDOMTransformer extends AbstractDOMTransformer {
>> protected Document transform(Document doc) {
>> return doc;
>> }
>> }
>&g
On Mon, 2003-03-10 at 18:01, Michael Wechner wrote:
> Sylvain Wallez wrote:
[...]
> >> public class MyDOMTransformer extends AbstractDOMTransformer {
> >> protected Document transform(Document doc) {
> >> return doc;
> >> }
> &
at it correctly handles
non-document nodes, but introduced a bug that well could affect
AbstractDOMTransformer :-/
I fixed it just now. Could you please cross-check (in HEAD) ?
Sylvain Wallez wrote:
> Michael Wechner wrote:
>
>> Hi Sylvain
>>
>> Sorry for contacting you pri
non-document nodes, but introduced a bug that well could affect
AbstractDOMTransformer :-/
I fixed it just now. Could you please cross-check (in HEAD) ?
Sylvain
--
Sylvain Wallez Anyware Technologies
http://www.apache.org/~sylvain http://www.anyware-tec
Hi
Is anybody using the class
org.apache.cocoon.transformation.AbstractDOMTransformer
successfully?
It seems to me that since Cocoon has moved from DOM level 1 to level 2
it doesn't work anymore.
Thanks
Michael
I have written a custom Transformer that extends the AbstractDOMTransformer.
The transformer needs the entire XML document to do some analysis and then
returns another XML doc (which happens to be SVG). The actual transformer
completes in 1.5 seconds. I am seeing some timing gaps in the log