Subject: RE: collection (testing)
From: "Michael Kay" <mike@xxxxxxxxxxxx>
Date: Fri, 16 Jan 2009 09:05:19 -0000
|
> I was testing the collection.xsl which is there within site
> http://www.xmlplease.com/collection, but it is not showing
> the same results as shown in filenames.html. Below function
> is not working.
>
> <xsl:value-of select="tokenize(document-uri(.), '/')[last()]"/ >
>
You should know better than to say something is "not working". Tell us how
it failed. Otherwise we have to guess - for example, it might be failing
because you are using an XSLT 1.0 processor, but without knowing how it
failed, that can only be a guess.
Michael Kay
http://www.saxonica.com/
|