Wednesday, March 21, 2012

Parameter between ASP.net and xsl programs

Hi,
Thank you very much, Mohamed, about your last answer. That helped me a
lot.
I have another question about ASP.Net:
o I do a research in a collection of images
o I display images by number of 12 in each page
o I use a parameter in the asp program to tell my xsl program which
images to display
o I use for that, in the xsl program, a parameter like that :
<xsl:param name="first" select="1" />
My question is: What function or program in asp.net can I use to
transfer the parameter "first" to my xsl program?
Regards,
Djamila.Hi Djamila
Have you looked at the XsltArgumentList class? It allows you to pass
parameters to the XslTransform class which passes them into your xsl file.
<djamilabouzid@.gmail.com> wrote in message
news:1159832795.265338.99240@.m7g2000cwm.googlegroups.com...
> Hi,
> Thank you very much, Mohamed, about your last answer. That helped me a
> lot.
> I have another question about ASP.Net:
> o I do a research in a collection of images
> o I display images by number of 12 in each page
> o I use a parameter in the asp program to tell my xsl program which
> images to display
> o I use for that, in the xsl program, a parameter like that :
> <xsl:param name="first" select="1" />
> My question is: What function or program in asp.net can I use to
> transfer the parameter "first" to my xsl program?
> Regards,
> Djamila.
>

0 comments:

Post a Comment