Re: How to use a different transformer

2005-08-10 Thread David Crossley
Ferdinand Soethe wrote:
> Thanks for any help on this.

There is not much core Cocoon documentation about replacing
Xalan with Saxon, but there is a useful page at
http://wiki.apache.org/cocoon/Saxon

Remember that with the power of the Cocoon sitemap
you can use the default Xalan for most processing
and just use Saxon for certain pipelines. Or use
Saxon for everything.

-David


Re: How to use a different transformer

2005-08-12 Thread Ferdinand Soethe


 






David Crossley wrote:
> There is not much core Cocoon documentation about replacing
> Xalan with Saxon, but there is a useful page at
> http://wiki.apache.org/cocoon/Saxon

> Remember that with the power of the Cocoon sitemap
> you can use the default Xalan for most processing
> and just use Saxon for certain pipelines. Or use
> Saxon for everything.

Thanks for the links. I had already found most of them but I'm not
sure how everything fits together.

My main question really is:

Would I only have to replace (in sitemap.xmap)

> 

with

> 

to use Saxon in as default in all my my Forrest-transformations? Is it
that easy?

--
Ferdinand Soethe



Re: How to use a different transformer

2005-08-12 Thread Ross Gardler

Ferdinand Soethe wrote:


 







David Crossley wrote:


There is not much core Cocoon documentation about replacing
Xalan with Saxon, but there is a useful page at
http://wiki.apache.org/cocoon/Saxon




Remember that with the power of the Cocoon sitemap
you can use the default Xalan for most processing
and just use Saxon for certain pipelines. Or use
Saxon for everything.



Thanks for the links. I had already found most of them but I'm not
sure how everything fits together.

My main question really is:

Would I only have to replace (in sitemap.xmap)







with







to use Saxon in as default in all my my Forrest-transformations? Is it
that easy?


It should be, just try it and let us know if it is ;-)

Ross


Re: How to use a different transformer

2005-08-14 Thread Antonio Gallardo

Ferdinand Soethe wrote:


My main question really is:

Would I only have to replace (in sitemap.xmap)

 



   



with

 



   



to use Saxon in as default in all my my Forrest-transformations? Is it
that easy?


Hi:

Sorry for my late reply.

To be 100% you are using saxon, I will suggest also to rename the saxon 
transformer to "xslt". That way you will not need to change nothing in 
the code.


Also check if in other parts of the code is not used "xsltc" or "xalan".

Best Regards,

Antonio Gallardo.


[Fwd: [Fwd: Re: How to use a different transformer]]

2005-08-12 Thread Thorsten Scherler

-- 
thorsten

"Together we stand, divided we fall!" 
Hey you (Pink Floyd)
--- Begin Message ---
Please set "Reply to" to this list in the future (or unset it).
-- 
thorsten

"Together we stand, divided we fall!" 
Hey you (Pink Floyd)
--- Begin Message ---
On Fri, 2005-08-12 at 12:08 +0200, Ferdinand Soethe wrote:

> My main question really is:
> 
> Would I only have to replace (in sitemap.xmap)
> 
> > 
> 
> with
> 
> > 
> 
> to use Saxon in as default in all my my Forrest-transformations? Is it
> that easy?

Yes.

...as long as the transformer is declared in the *.xconf as avalon
component.

salu2
-- 
thorsten

"Together we stand, divided we fall!" 
Hey you (Pink Floyd)
--- End Message ---
--- End Message ---


Re: [Fwd: Re: How to use a different transformer]

2005-08-12 Thread Ferdinand Soethe
Hi Thorsten,

I'm not sure who you are talking to. Me? Looks to me like I set reply
to properly. No?

Thorsten Scherler wrote:
> Please set "Reply to" to this list in the future (or unset it).

--
Ferdinand Soethe