[Zope-dev] HTTP HEADER

Sin Hang Kin iekentsin@infoez.com.mo
Sun, 13 Feb 2000 18:06:56 +0800


I am trying to make the following with XMLDocument:

Extract a branch of the xml-tree and adding a xml header with apropriate xsl
which the browser which can recogniz xml can use the xsl to render the
branch of the tree.

I have made a method which have :

<?xml version="1.0"?>
<dtml-var "toXML()">

however, Zope send

<html><head>
<base href="http://.....

before the method's output.

Can I ask Zope not to send this?


Rgs,

Kent Sin