Re: Need help with REPLACING an SSI directive

2009-04-30 Thread xak
is mainly for replacing strings and not including whole > files into other files. > > On Thu, Apr 30, 2009 at 2:54 PM, xak wrote: >> >> First off, I am very new to using ANT and I'n not a Java developer but my >> needs are very simple ... >> >> I am c

Need help with REPLACING an SSI directive

2009-04-30 Thread xak
First off, I am very new to using ANT and I'n not a Java developer but my needs are very simple ... I am creating a web site that is decently large but it must be static. So I'm thinking that I can develop the site locally using server-side includes to avoid hardcoding all the navigation, etc. a