Re: [xsl] printing input XML file location/path and XSLT file location/path

Subject: Re: [xsl] printing input XML file location/path and XSLT file location/path
From: "Kevin Brown" <kevin@xxxxxxxxxxx>
Date: Wed, 12 Mar 2014 22:20:35 -0700
If you are running the transform from code, why not pass the values of
concern in as parameters ... after all if you are running them from code,
you must know what the paths are.

Kevin Brown
RenderX


> Hi,
> I am running a c++ program which lanuches MSXML (as a COM object) .
> This MSXML runs the style sheet on an XML file.
> Ignore the above two lines  if you don't understand.
>=20
> How to write xslt code to print the path/location of the input xml =
file?
> How to print the path/location of the xslt file itself, inside the =
xslt file?
>=20
> Thanks in advance.
>=20
>=20

Current Thread