Re: [xsl] Path problem in xsl:document!!!

Subject: Re: [xsl] Path problem in xsl:document!!!
From: "Vasu Chakkera" <vasucv@xxxxxxxxxxx>
Date: Fri, 16 Aug 2002 14:03:14 +0000
Havent gone much into what you want to do but did you miss '$' in
<xt:document href="{xml_file_path}" type="xml"> ??
shud be.
<xt:document href="{$xml_file_path}" type="xml">

Vasu

From: Srinivas Ch <sideburnch@xxxxxxxxx>
Reply-To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
Subject: [xsl] Path problem in xsl:document!!!
Date: Fri, 16 Aug 2002 06:27:42 -0700 (PDT)

Hallo,
I have a parameter being passed from command line
using xt processor.
This parameter is path for creating xml file through
xsl.
so I have a param like this
<xsl:param name="xml_file_path"/>
and the element where i'm generating the xml file
<xt:document href="{xml_file_path}" type="xml">

when i use this, and run the xt process, it says
failure or data not found. file or directory not
found.
so please let me know how to give the path in href
attribute.
thanxs,
sri...

__________________________________________________
Do You Yahoo!?
HotJobs - Search Thousands of New Jobs
http://www.hotjobs.com

XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list




_________________________________________________________________
MSN Photos is the easiest way to share and print your photos: http://photos.msn.com/support/worldwide.aspx



XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list



Current Thread