RE: [xsl] function for getting filename

Subject: RE: [xsl] function for getting filename
From: cknell@xxxxxxxxxx
Date: Fri, 01 Sep 2006 05:53:33 -0400
You can stop struggling. There is no function that will give you the filename (clean or dirty) of the XML file being processed.
-- 
Charles Knell
cknell@xxxxxxxxxx - email



-----Original Message-----
From:     Frank Marent <frank.marent@xxxxxxxxxxx>
Sent:     Fri, 1 Sep 2006 07:48:22 +0200
To:       xsl-list@xxxxxxxxxxxxxxxxxxxxxx
Subject:  [xsl] function for getting filename

i'm struggling again and again over this point:

is there a function in xslt that gives me the clean filename of the  
processed xml file? like

   'myfile.xml'
   'test.xml'
   'anyfilename.xml'

i do *not* need the document-uri. only the filename of the current  
processed xml file.

frank

Current Thread