|
Posted by NicHughes on 04/24/07 07:22
On 19 Apr, 09:45, "fed up" <noaddr...@fuspammer.com> wrote:
> For reasons I won't go into, I can't use server side includes & I haven't
> got any athoring software.
>
> How can I implement a navigation bar? I need to include the same text into
> each file. I don't want to edit every single file when I put up a new page &
> alter the navigation bar.
>
> I'm prepared to use xhtml & xsl, if clear instructions are given.
Xslt would effectively be just a batch transform, if I were you I
would skip the XML due to poor browser support and just use a plain
old fashioned batch edit to inject the navigation bar. There are lots
of scripting tools that could help you do this many of which are free,
simply pick one you like. I happen to use Apache Ant but that's
because I happen to know that tool well.
--
Nic
Navigation:
[Reply to this message]
|