On 5/13/05, Amna & Kiran <[EMAIL PROTECTED]> wrote:
> If we have a file that is basically XHTML but contains some non-XHTML tags
> such as <abc>
> how can we add those extra transformers to the pipeline to render these tags
> into XHTML, as mentioned in "AddingCustomDocType"
> http://wiki.apache.org/lenya/AddingCustomDocType

Follow the instructions for the CustomDocType.  You add the name of
the new doctype to:
{pub}/parameter-doctype.xmap
Then add a file:
{pub}/xslt/newdoctype2xhtml.xsl
to translate your new tags to XHTML.  This transformation is called by
the standard pipeline.

> Plz give an example bit of script to explain.
My supplement to the official documentation is at:
http://www.solprovider.com/solprovider/lenya.nsf/Home?readform&pg=doctype

solprovider

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to