From | John R. McPherson |
Date | Thu, 09 Jan 2003 13:57:49 +1300 |
Subject | Re: XML Header |
In-Reply-To | (3E1BA6ED-3070202-pop-com-br) |
Leo wrote:
> > Hi, > > Can I modify the Greenstone to generate XML files over HTML pages? > > The most of pages begin with <html><head><title></title>. I need that > begin with <?xml version="1.0"?>. > > Can anywhere help me? Most of the HTML output is customisable from the macro files; if you
of places, for example in html.dm: <html> <head> <title>GSDL Error</title> <base target="_top"> </head> <body bgcolor="#ffffff" text="#000000" link="#006666"
and in style.dm:
<html> <head> <title>GSDL Error</title> </head> <body bgcolor="#ffffff" text="#000000" link="#006666"
Unfortunately there is still some HTML code that is generated by the
Hope this helps
|