Re: [xsl] document-uri in MSXML

Subject: Re: [xsl] document-uri in MSXML
From: "Mandar Jagtap jagman.tech@xxxxxxxxx" <xsl-list-service@xxxxxxxxxxxxxxxxxxxxxx>
Date: Fri, 10 Jun 2016 20:03:23 -0000
Thanks Michael...Will it be possible to provide an short example...If i
call vb script function from xslt, then it returns the current directory of
xsl script and not xml source...

Thanks,
Mandar
On 10 Jun 2016 9:57 pm, "Michael Kay mike@xxxxxxxxxxxx" <
xsl-list-service@xxxxxxxxxxxxxxxxxxxxxx> wrote:

> With XSLT 1.0 the only way to do this is either by calling an extension
> function, or by passing the value in as a parameter to the stylesheet.
>
> Michael Kay
> Saxonica
>
> > On 10 Jun 2016, at 19:43, Mandar Jagtap jagman.tech@xxxxxxxxx <
> xsl-list-service@xxxxxxxxxxxxxxxxxxxxxx> wrote:
> >
> > Hi,
> >
> > I have a limitation to use MSXML 3.0 only as a XSLT processor but I
> > want to get a URI or full path of source xml document that is being
> > processed. Using Saxon or using XSLT 2.0, I can get it using
> > document-uri(.). But, I don't seem to be able to find way to get it
> > with limited MSXML 3.0 functions.
> >
> > Can somebody provide help on how to achieve it?
> >
> > Thanks,
> > Mandar

Current Thread