Ok, that was the missing part. Thank you for the help.

Best regards,

Artur.

--- Luca Morandini <[EMAIL PROTECTED]> wrote:
> Artur,
> 
> have you included <xsl:param name="fic"/> as a top
> element in your
> stylesheet ?
> 
> Best regards,
> 
> 
> ---------------------------------------------
>                Luca Morandini
>                GIS Consultant
>               [EMAIL PROTECTED]
> http://utenti.tripod.it/lmorandini/index.html
> ---------------------------------------------
> 
> 
> > -----Original Message-----
> > From: Artur Matos [mailto:[EMAIL PROTECTED]]
> > Sent: Monday, February 25, 2002 3:55 PM
> > To: [EMAIL PROTECTED]
> > Subject: How to pass parameters to stylesheets via
> sitemap in offline
> > mode?
> >
> >
> >
> > Hi,
> >
> > Can someone tell me if this is right? If I specify
> > a parameter to a transformer in the sitemap,
> > for example like this:
> >
> > ...
> >
> > map:match pattern="**.html">
> >      <map:generate src="docs/{1}.xml"/>
> >      <map:transform src="stylesheets/ipms.xsl">
> >       <map:parameter name="fic" value="true" />
> >      <map:serialize/>
> > </map:match>
> >
> > ...
> >
> > I should had a XSL variable named "fic" with
> > the specified value, available
> > in my stylesheet, right? Unfortunely, when I try
> > to generate the file in offline mode, an exception
> > is thrown saying that the XSL variable is not
> > defined in the stylesheet.
> >
> > As I had not tried this in normal servlet mode,
> can
> > someone tell me if this is the right way to create
> > XSL variables via sitemap? Or if it is not, what
> > is the correct way then? I want to supply to my
> > stylesheets a XSL variable with the name of
> > the current file being processed. Is that
> possible?
> >
> > Thanks in advance,
> > Best regards,
> >
> > Artur Matos
> >
> > __________________________________________________
> > Do You Yahoo!?
> > Yahoo! Sports - Coverage of the 2002 Olympic Games
> > http://sports.yahoo.com
> >
> >
>
---------------------------------------------------------------------
> > Please check that your question has not already
> been answered in the
> > FAQ before posting.
> <http://xml.apache.org/cocoon/faqs.html>
> >
> > To unsubscribe, e-mail:
> <[EMAIL PROTECTED]>
> > For additional commands, e-mail:
> <[EMAIL PROTECTED]>
> >
> 
> 
>
---------------------------------------------------------------------
> Please check that your question has not already been
> answered in the
> FAQ before posting.
> <http://xml.apache.org/cocoon/faqs.html>
> 
> To unsubscribe, e-mail:
> <[EMAIL PROTECTED]>
> For additional commands, e-mail:
> <[EMAIL PROTECTED]>
> 


__________________________________________________
Do You Yahoo!?
Yahoo! Sports - Coverage of the 2002 Olympic Games
http://sports.yahoo.com

---------------------------------------------------------------------
Please check that your question has not already been answered in the
FAQ before posting. <http://xml.apache.org/cocoon/faqs.html>

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

Reply via email to