From: Alexis O'C. <ale...@co...> - 2005-07-12 12:00:00
|
Antony Corfield wrote: >> We can either add the xhtmltemplate1-frameset and >> xhtmltemplate1-transitional to the new folder (probably the correct fix). > > > Yep, I think so too. I'll add these and update the dtd declaration. The > framset dtd wasn't in these templates before and was causing compilation > errors (no body element etc). > > Cheers, > Antony I have been closely following this thread as certain people were suggesting that the build.xml was to blame ;-). Close observers will now see that this is not the case. However, as I was started on that particular garden path I'd started updating it anyway before other matters came to light! I've observed that xhtmltemplate1-frameset.dtd and xhtmltemplate1-transitional.dtd have now been added to src/org/bodington/servlet/template. There are 8 templates that use xhtmltemplate1-frameset.dtd as the DTD. I've altered the DOCTYPE declaration in these files, as they can pick up the DTD via the CLASSPATH, rather than needing to be hard-wired to some location deep under /WEB-INF/. I took the rather outrageous step of seeing if all the templates can compile and be deployed as a running installation. Bizarrely, they can ... Alexis |