Hi there!

My problem:
Under cocoon is a xml file looking like this:

<a xmlns:xlink="http://www.w3.org/1999/xlink";>
 <b xlink:href="target.xml"></b>
</a> 

There is also a file named target.xml in the same directory:

<c>
  The content of the link.
</c>  

The sitemapentry is set up like this:

  <map:match pattern="linktest">
   <map:generate src="linktest.xml"/>
   <map:serialize/>
  </map:match>                                                                

Unfortunately the content of the second xml file is not contained in the 
output. Actually the output is basically the same as the originating xml file.

Does somebody know ways to enable xlink resolution in Cocoon2?                
                                                 
Any help would be highly appreciated.

Regards,

Alex

---------------------------------------------------------------------
Please check that your question has not already been answered in the
FAQ before posting. <http://xml.apache.org/cocoon/faqs.html>

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

Reply via email to