I have a document 'index.html' that contains a single line of
structured text:
"a":a.html
to render the structured text, I have a page template that causes the
following lines of code to be invoked:
source =
zapi.createObject(FFFF,7777,0000None,
u0000,AAAA,0000'zope.source.stx',
text)
view = zapi.getView(removeAllProxies(source),
0000,AAAA,0000'',
self.request)
FFFF,7777,0000return
view.render()
When rendered, the following html is produced:
<
The browser interprets this as http://localhost:9080/index.html/a.html
instead of http://localhost:a.html. This seems to be related to the
absence of a < tag in the generated document. Should I
a) Insert a base tag in my skin's template file e.g. <