Hi ! I've got a very stupid problem... If I insert an image link in an XML page, it isn't displayed at all...
Here is my sitemap code... <map:pipeline> <map:match pattern="test.html"> <map:generate src="docs/test.xml" type="serverpages"/> <map:transform src="stylesheets/dynamic-page2html.xsl"/> <map:serialize type="html"/> </map:match> </map:pipeline> The image is inserted in the test.xml file with this link : <img src="pics/test.jpg"/> How can I display it ? Gan. --------------------------------------------------------------------- Please check that your question has not already been answered in the FAQ before posting. <http://xml.apache.org/cocoon/faq/index.html> To unsubscribe, e-mail: <[EMAIL PROTECTED]> For additional commands, e-mail: <[EMAIL PROTECTED]>