Re: Getting the Doctype in a custom export task

2008-03-06 Thread Andreas Hartmann
[EMAIL PROTECTED] schrieb: The "doctype" is decided in {pub}/parameter-doctype.xmap Rewrite the relevant portion in Java. In English, the default pub uses: if identifier = "/index.html", doctype = "homepage" docNameSpace = [use code from SourceTypeAction] if docNameSpace = "http://www.w3.org/199

Re: Getting the Doctype in a custom export task

2008-03-06 Thread solprovider
The "doctype" is decided in {pub}/parameter-doctype.xmap Rewrite the relevant portion in Java. In English, the default pub uses: if identifier = "/index.html", doctype = "homepage" docNameSpace = [use code from SourceTypeAction] if docNameSpace = "http://www.w3.org/1999/xhtml";, doctype = "xhtml"

Getting the Doctype in a custom export task

2008-03-06 Thread Douglas . Hurbon
Hello all, I was told (thanks Solprovider) that this is a lenya user list question: I'm using lenya 1.2.4 We are re-writing the default export class: staticHTMLExport.java The goal is to have an entire publication's pages statically exported with the push of one button. In doing so we also ne