← Prev in month ← Prev in thread
Next in thread → Next in month →

DOCBOOK: docbook-xsl: has.ext doesn't work with relative paths...

From
Lorenzo Delana <>
Date
2002-04-26T21:52:09+00:00
ID
Thread
DOCBOOK: docbook-xsl: has.ext doesn't work with relative paths...
see at common.xsl of docbook-xsl

 <xsl:variable name="has.ext" select="contains($filename, '.') != ''"/>

this doesn't work when filename="../test" suppose test.png is the file...

suggest: exists functions that strips beginning relative paths or strips out 
all characters until last slash /, and then apply to this the contains, 
function ?
← Prev in month ← Prev in thread
Next in thread → Next in month →