xsl-list
[Top] [All Lists]

Re: Input Filenames available to the parser?

2006-01-05 08:54:41

base-uri(), base-uri(/), base-uri(document('')) : all return the XSL file 
name.

So I can't find a way to get the input XML file name.

base-uri(/) should return the base uri of the node selected by / which
is the document node of your main input file (initially). If it isn't
doing that you are doing something wrong or there is a bug in your
system (or the main input doesn't have a URI). Which system/version are
you using?

Of course since you are using a script you can always also use the xslt1
method and declare a parameter filename and pass in the name of the file
as this parameter, as well as passing in the file itself.

David

________________________________________________________________________
This e-mail has been scanned for all viruses by Star. The
service is powered by MessageLabs. For more information on a proactive
anti-virus service working around the clock, around the globe, visit:
http://www.star.net.uk
________________________________________________________________________

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--



<Prev in Thread] Current Thread [Next in Thread>