Suppress the <base> tag in ZPT
I'd like to suppress the <base> tag produced automatically when a ZPT is rendered. I know I can override the default with my own, but I really want the rendered page without the <base> tag. Thanks, David -- David Chandek-Stark Web Applications Developer Duke University - Perkins Library (919) 660-5859 dc@duke.edu
I apparently answered my own question: if you include a commented out <base> tag, ZPT will not produce one, but only if the comment and tag are on one line. <!-- <base tal:attributes="href here/base_url" /> --> Sounds like a bug. --David David Chandek-Stark wrote:
I'd like to suppress the <base> tag produced automatically when a ZPT is rendered. I know I can override the default with my own, but I really want the rendered page without the <base> tag.
Thanks, David
-- David Chandek-Stark Web Applications Developer Duke University - Perkins Library (919) 660-5859 dc@duke.edu
participants (1)
-
David Chandek-Stark