On 6/26/06, Bhavya Sharma <[EMAIL PROTECTED]> wrote:
Thank you 4 replying me however i want to know that how  can i intregrate it
with lenya i mean to say that i want to show the existing menu and tabs with
this document, i know that if we create the document using lenya then it
automatically shows the menu and tabs regarding the document but if i want
to show my own document written in cocoon within the same lenya interface
with menu and tabs of live publication then what should I do?

If you want to use standard Lenya functionality, then your XML should
follow Lenya's standards.  See the example at the end of my last post.
This is not required (see below), but the only reason to not follow
the standards is to add non-standard features.  A basic webpage (such
as your example) does not require non-standard features.

If you want Lenya to use a different XSLT for one or more documents,
then define a doctype.  See #3 from my first post in this thread.

Doctypes can use non-standard XML.  The {doctype}2xhtml.xsl
("sub2xhtml.xsl") must convert your XML to XHTML.  Then the
page2xhtml-{doctype}.xsl ("page2xhtml-sub.xsl") merges the aggregated
XML (content and Navigation Elements) to XHTML so the HTML Serializer
understands it.

solprovider

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

Reply via email to