Re: xsl:include href=another.xsl/ not working in xsl-file

2003-10-25 Thread Stefan Klein
Which stylesheet processor are you using? I was playing around with Lenya
(a CMS based on Cocoon) the other day and they'd made XSLTC the default
and it crashed on xsl:includes saying something like could't get
transformer handler Replacing XSLTC by Xalan did the job.

I didn't go into detail trying to find the problem. Does anybody know
whether XSLTC has a problem with/does not support xsl:include's?

Stefan


On Fri, 24 Oct 2003 20:27:49 +
Johannes Becker [EMAIL PROTECTED] wrote:

 Hi,
 
 I'm desperatly trying to do an xsl:include of a file into an existing
 xsl file.
 
 I'm using: xsl:include href=myfile.xsl/ in my xsl-file.
 Cocoon does not complain it can't find the file, but the stylesheet
 isn't being generated. Any ideas?
 
 Do I have to tell the sitemap about the included file? If yes, how?
 
 Jonny
 
 _
 5 neue Buddies = 50 FreeSMS. http://messenger-mania.msn.de
 Messenger-Mania - FreeSMS und 666 Webcams abräumen mit dem MSN
 Messenger!
 
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



xsl:include href=another.xsl/ not working in xsl-file

2003-10-24 Thread Johannes Becker
Hi,

I'm desperatly trying to do an xsl:include of a file into an existing xsl 
file.

I'm using: xsl:include href=myfile.xsl/ in my xsl-file.
Cocoon does not complain it can't find the file, but the stylesheet isn't 
being generated. Any ideas?

Do I have to tell the sitemap about the included file? If yes, how?

Jonny

_
5 neue Buddies = 50 FreeSMS. http://messenger-mania.msn.de Messenger-Mania - 
FreeSMS und 666 Webcams abräumen mit dem MSN Messenger!

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Re: xsl:include href=another.xsl/ not working in xsl-file

2003-10-24 Thread gounis


i use xsl:include/ succesfull
the paths in href are file system relative to .xsl where the xsl:include 
element is

for example in the same dir are core.xsl plugin.xsl
in core.xsl add 
xsl:include href=plugin.xsl/

this work for me 

-- stavros 


On Fri, 24 Oct 2003, Johannes Becker wrote:

 Hi,
 
 I'm desperatly trying to do an xsl:include of a file into an existing xsl 
 file.
 
 I'm using: xsl:include href=myfile.xsl/ in my xsl-file.
 Cocoon does not complain it can't find the file, but the stylesheet isn't 
 being generated. Any ideas?
 
 Do I have to tell the sitemap about the included file? If yes, how?
 
 Jonny
 
 _
 5 neue Buddies = 50 FreeSMS. http://messenger-mania.msn.de Messenger-Mania - 
 FreeSMS und 666 Webcams abrumen mit dem MSN Messenger!
 
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 
 


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: xsl:include href=another.xsl/ not working in xsl-file

2003-10-24 Thread gounis
On Fri, 24 Oct 2003, Johannes Becker wrote:

 Hi,
 
 I'm desperatly trying to do an xsl:include of a file into an existing xsl 
 file.
 
 I'm using: xsl:include href=myfile.xsl/ in my xsl-file.
 Cocoon does not complain it can't find the file, but the stylesheet isn't 
 being generated. Any ideas?
 
 Do I have to tell the sitemap about the included file? If yes, how?


no i dont have put nothing in sitemap

 
 Jonny
 
 _
 5 neue Buddies = 50 FreeSMS. http://messenger-mania.msn.de Messenger-Mania - 
 FreeSMS und 666 Webcams abrumen mit dem MSN Messenger!
 
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 
 


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]