Re: [xsl] Accessing external variables

Subject: Re: [xsl] Accessing external variables
From: <viniciuscamara@xxxxxxxxxxxx>
Date: Wed, 25 Jan 2006 02:49:02 -0300
Michael,
I'm using javascript to processor my XML. I invoke some javascript methods on the page's load. These methods depends of the browser's type. To IE browser I'm using (Microsoft.XMLDOM), and to Firefox the object XMLHttpRequest. Works very welll and good performance. I'm using in J2EE project. So, now, how I said, I need to pass parameters to my XSL file. Are possible? Do U need more information?
Thankx!


----- Original Message ----- From: "Michael Kay" <mike@xxxxxxxxxxxx>
To: <xsl-list@xxxxxxxxxxxxxxxxxxxxxx>
Sent: Tuesday, January 24, 2006 9:05 PM
Subject: RE: [xsl] Accessing external variables



May I use (xsl:param) with external params (My XSL file
receive theses
params)?

Yes. The way you actually supply the parameter values depends on the processor you are using, and the API you are using to invoke it.

Michael Kay
http://www.saxonica.com/


Best Regards


----- Original Message ----- From: "Michael Kay" <mike@xxxxxxxxxxxx>
To: <xsl-list@xxxxxxxxxxxxxxxxxxxxxx>
Sent: Monday, January 23, 2006 2:43 PM
Subject: RE: [xsl] Accessing external variables



The simplest solution is to supply the values as a parameter (xsl:param) to your stylesheet at the time you invoke the transformation.

Michael Kay
http://www.saxonica.com/

> -----Original Message-----
> From: viniciuscamara@xxxxxxxxxxxx
> [mailto:viniciuscamara@xxxxxxxxxxxx]
> Sent: 23 January 2006 12:45
> To: XSL List
> Subject: [xsl] Accessing external variables
>
> Good morning Fellows, Friends and all,
> I developing the control access in my app java and use the
> XSL to transfom
> the XML. No big problems, only one little problem. I need to
> access the
> menus names to application.resources because I use IIE8 in my app.
> Is it possible my XSL receive application.resources' names by
> parameter? or
> better, Is it possible my XSL read the application.resources?
>
> Thank You,
> Best Regards,
>
> Vinicius Cbmara de Oliveira
> viniciuscamara@xxxxxxxxxxx
> viniciuscamara@xxxxxxxxxxxx
> viniciuscamara@xxxxxxxxx
>
>
>
>
>
>
> _______________________________________________________
> Yahoo! doce lar. Faga do Yahoo! sua homepage.
> http://br.yahoo.com/homepageset.html






_______________________________________________________ Yahoo! doce lar. Faga do Yahoo! sua homepage. http://br.yahoo.com/homepageset.html






_______________________________________________________ Yahoo! doce lar. Faga do Yahoo! sua homepage. http://br.yahoo.com/homepageset.html


Current Thread