Categories: MSDN / DotNet / Java / Scripts / Linux / PHP Ask - La ask - La Answer

XSL: Retrieve document name?

Hello,

Anybody there know how to retrieve the equaliant to javascripts location.href
through xsl?

My specific my problem is like this -
ASP Page
-------
xml = MSXMLDom.Load(xmlfile)
xml.transformNode(xslfile)

Now i want the xslfile to know the name of the "ASP Page", how to go about
that?

/Rasmus
[357 byte] By [Rasmus] at [2007-11-9 15:28:01]
# 1 Re: XSL: Retrieve document name?
Pass the page name in as a parameter.

"Rasmus" <rap@dst.dk> wrote in message news:3e3fc2d2@tnews.web.dev-archive.com...
>
> Hello,
>
> Anybody there know how to retrieve the equaliant to javascripts
location.href
> through xsl?
>
> My specific my problem is like this -
> ASP Page
> -------
> xml = MSXMLDom.Load(xmlfile)
> xml.transformNode(xslfile)
>
>
> Now i want the xslfile to know the name of the "ASP Page", how to go about
> that?
>
>
> /Rasmus
Russell Jones at 2007-11-11 23:29:44 >