« Return to Thread: Publishing issue

Re: Publishing issue

by Bhavya Sharma :: Rate this Message:

Reply to Author | View in Thread

Hi
Jay, try to create following pipeline in publication_sitemap.xmap and before the lenyabody pipeline , i am sure , its gonna to help you , as i have aleready done some time before lenya's main pipeline as you can see its a normal thing that i thinh you have done in Coccon


<map:match pattern="**/**">

<map:match pattern="**/yourpage.html">

     <map:generate src="your.xml"/>    
    <map:transform src="yourl.xsl ">
    <map:serialize type="xml"/>
      </map:match>






On 7/28/06, Jay <jabirfayyaz@...> wrote:

thanks Bhavya and Andreas. i have disabled the following line
from publication-sitemap

<map:aggregate element="cmsbody">

        <map:part src="cocoon://navigation/{2}/{3}/map/{5}.xml"/>

<!--          <map:part
src="cocoon://navigation/{2}/{3}/breadcrumb/{5}.xml"/> -->
<!--          <map:part
src="cocoon://navigation/{2}/{3}/tabs/{5}.xml"/> -->
<!--          <map:part
src="cocoon://navigation/{2}/{3}/menu/{5}.xml"/> -->
<!--        <map:part
src="cocoon://navigation/{2}/{3}/search/{5}.xml"/>
          <map:part
src="cocoon:/lenya-document-{1}/{3}/{4}/{page-envelope:document-path}"/>
        </map:aggregate>

but this resulted in other way. menus, search etc etc vanished from
inside lenya also, i want get rid of these object in my published document
only, suppose i hav created a new doc named 'MyDoc' in default
publication, can u specify the new pipeline which i should add in
publication-sitemap to achieve my objects. thanks u very much
--
View this message in context: http://www.nabble.com/Publishing-issue-tf2013926.html#a5536642
Sent from the Lenya - Dev forum at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@...
For additional commands, e-mail: dev-help@...




--
Thank you,
Bhavya Sharma

 « Return to Thread: Publishing issue