This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Path problem in xsl:document!!!


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@yahoo.com>
Reply-To: xsl-list@lists.mulberrytech.com
To: xsl-list@lists.mulberrytech.com
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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]