I think i was able to fix the issue, i had messed up the sitemap.xmap.

<map:pipelines>

// I had given the <map:pipeline> here

     <map:component-configurations>
      <global-variables>
            <path>\weblogic\cocoon\cocoon-2.1.5.1-src\cocoon-2.1.5.1
\build\webapp\CAF\style\xsl\</path>
      </global-variables>
     </map:component-configurations>

<map:pipeline>

     <map:match pattern="*.pdf">
      <map:generate src="http://10.8.54.44:7007/CAFGen_XMLs/{1}.xml"/>
      <map:transform src="context://CAF/style/xsl/PDFGen_Beta.xsl">
            <map:parameter name="path" value="{global:path}"/>
      </map:transform>
        <map:serialize type="fo2pdf"/>
      </map:match>

MY apologies.

Regards
Rao


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

Reply via email to