[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
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"
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