RE: beginner q: possible to set extension .xsl as type='xslt' by default?

2012-10-16 Thread Robby Pelssers
Sent: Tuesday, October 16, 2012 6:16 PM To: users@cocoon.apache.org Subject: Re: beginner q: possible to set extension .xsl as type='xslt' by default? I just tested a simple .xsl that calls another .xsl and it worked without that error. Many apologies for the confusion - the error message

Re: beginner q: possible to set extension .xsl as type='xslt' by default?

2012-10-16 Thread whatnext
I just tested a simple .xsl that calls another .xsl and it worked without that error. Many apologies for the confusion - the error message is obviously a red herring. Our xsl's are quite substantial and now i guess it must be something else that is causing it to think its not an .xsl . Perhaps if

Re: beginner q: possible to set extension .xsl as type='xslt' by default?

2012-10-16 Thread whatnext
yes - i'm sure because it complained some were missing - then I copied them over and that particular error disappeared. warrell harries-4 wrote: > > Are those included xsl files where they are supposed to be? > > On 16 October 2012 15:42, whatnext wrote: > >> >> Hi Jos: >> >> Thanks for your

Re: beginner q: possible to set extension .xsl as type='xslt' by default?

2012-10-16 Thread warrell harries
Are those included xsl files where they are supposed to be? On 16 October 2012 15:42, whatnext wrote: > > Hi Jos: > > Thanks for your help. I didn't really change the sitemap.xmap that was > generated from the instructions mentioned, but here it is: > > > > http://www.w3.org/2001/XMLSchema-ins

Re: beginner q: possible to set extension .xsl as type='xslt' by default?

2012-10-16 Thread whatnext
Hi Jos: Thanks for your help. I didn't really change the sitemap.xmap that was generated from the instructions mentioned, but here it is: http://www.w3.org/2001/XMLSchema-instance"; xsi:schemaLocation="http://apache.org/cocoon/sitemap/1.0 http://cocoon.apache.org/schema/sitemap/cocoon-si$ xm

Re: beginner q: possible to set extension .xsl as type='xslt' by default?

2012-10-16 Thread warrell harries
meant 'chaining' :) On 16 October 2012 15:12, warrell harries wrote: > Hi, > > Depending on your sitemap components set-up (see the top of the file > e.g. ) > the default Transformer should be the XSLT one. > > Try omitting the type altogether. > > Remember that the Pipeline is key so don't try

RE: beginner q: possible to set extension .xsl as type='xslt' by default?

2012-10-16 Thread Robby Pelssers
m: Jos Snellings [mailto:jos.snelli...@upperware.biz] Sent: Tuesday, October 16, 2012 4:10 PM To: users@cocoon.apache.org Subject: Re: beginner q: possible to set extension .xsl as type='xslt' by default? Dear Tom, Can you send your sitemap.xmap over? For cocoon, the default transformation is

Re: beginner q: possible to set extension .xsl as type='xslt' by default?

2012-10-16 Thread warrell harries
Hi, Depending on your sitemap components set-up (see the top of the file e.g. ) the default Transformer should be the XSLT one. Try omitting the type altogether. Remember that the Pipeline is key so don't try 'chaing' xslt from within your .XSLT file. Attaching the files to your question would

Re: beginner q: possible to set extension .xsl as type='xslt' by default?

2012-10-16 Thread Jos Snellings
Dear Tom, Can you send your sitemap.xmap over? For cocoon, the default transformation is an xslt. If you are just starting with a migration, you may want to consider using cocoon 3, which is at the moment in beta, but soon the production version will be ready (@others: isn't it ? :-) Kind regard