Hi to all!

 

I experienced a very strange problem today.

I’d like to create a RTF document with Cocoon 2.1.5, using a xsp page and a stylesheet.

My sitemap entry:

 

<map:match pattern="keys.rtf">

              <map:generate type="serverpages" src="xsp/auth/keys.xsp"/>

                           <map:transform src="stylesheets/auth/keys2fo.xsl">

                                 <map:parameter name="view-source" value="xsp/auth/keys.xsp"/>

                           </map:transform>

                           <map:serialize type="fo2rtf"/>

 </map:match>

 

All links – internal and external – are not generated! Colors are not applied too.

But when I generate the xml output (fo), then save it to the disc manually and then generate my rtf  file with this entry:

<map:match pattern="keys.rtf">

              <map:generate  src="xsp/auth/keys.fo.xml"/>

                           <map:serialize type="fo2rtf"/>

 </map:match>

 

everything works fine!

 

What’s the problem? Has anybody experienced this problem? Can I make cocoon to correctly generate my xsp?

Any help is appreciated!

 

Regards,

Viktor

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

Reply via email to