Hi, I'm trying to construct a template that will output relative directions to (initially) a stylesheet for a a series of html generating templates.
Have the following structure: ./style.css ./1.html ./2/2.html ./2/3/3.html The idea being that 1.html, 2 and 3 all refer to the same stylesheet upwards. Rather than top down. so 1.html has "./style.css" 2.html has "../style.css" ; 3 has "../../style.css". But I just cannot get this to happen. The main problem being that the lower html templates do not appear to have any obvious way of identifying their full or even relative path. So my logic of start from your current template and work up doesn't work: Conceptually: USE "template.name" file.relpath "$root/style.css" I presume I can probably do this via [% PERL... but would rather try a "proper" way before I "cheat" :-) Thanks! - Steve _______________________________________________ templates mailing list [EMAIL PROTECTED] http://lists.template-toolkit.org/mailman/listinfo/templates
