Groups | Blog | Home
all groups > dotnet xml > july 2003 >

dotnet xml : URL/URN


Jim Heavey
7/9/2003 9:01:36 PM
I am walking through this "teach yourself course" on XSL.

I hit a stumbling block when I attempted to use another XML file within the an
XSL file. The example has me reading a particular value from this other XML
file in order to base some processing logic off of it.

Any way, I have not been successful in coding this statement correctly such
that it can locate the second XML file. I have coded it as follows:

<xsl:variable name="priceAdj"
select="document('file://H:/Temp/Temp2/xsl/labs/lab3/priceAdjuster.xml')" />

I am getting the "system can not find the specified path" error message.
Apparently I am not coding this statement correct. The file is in the
specified path, but I must not be using the correct syntax in specifying it.
Any ideas.

I guess I need to do some reading on specifying URN/URI's. Any suggestions?



Thanks in advance for all of your assistance!

Bjoern Hoehrmann
7/10/2003 6:23:10 AM
* Jim Heavey wrote in microsoft.public.dotnet.xml:
[quoted text, click to view]

file://localhost/H:/...
AddThis Social Bookmark Button