RE: XSL and XSP

2002-01-22 Thread Maksimov, Aleksey
> How can I use different XSL for one XML, depending on the URL > parameter ? I > know it's possible ! http://apache.org/cocoon/sitemap/1.0";> param

RE: XSL and XSP

2002-01-21 Thread Alexandre Catalifaud
3 72 15 06 -- > -Message d'origine- > De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > Envoyé : lundi 21 janvier 2002 16:17 > À : [EMAIL PROTECTED] > Objet : XSL and XSP > > > Hi ! > > I have a problem > I want

XSL and XSP

2002-01-21 Thread alexandre . catalifaud
Hi ! I have a problem I want to select my XSL Stylesheet with a parameter in the URL I use the code joined to that mail When the is commented, i have that error : org.apache.cocoon.processor.ProcessorException: Could not associate stylesheet to document: no matching stylesheet for: explorer

Mixing XSL and XSP in a single stylesheet

2001-06-06 Thread Adrian Geissel
Hi,   I'm trying to write a data abstraction layer to retrieve records from an SQL database (using ESQL) and then to format these into an XML fragment (using XSLT) for onward transformation.   It appears that the xsl: namespace elements are not being executed - can I do this in a single step,