<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Hi,<br>
I am using opencms 6.0. This is what I am trying to do:<br>
<br>
I have created a custom xml-content document. These documents live in
/microsite/modules/events/event_001.html etc. and have different
elements for events and for news like this:<br>
<br>
<img src="cid:part1.02080200.04090402@cofa.unsw.edu.au" alt=""><br>
<br>
I have two "list.jsp" that live in /microsite/news/list.jsp and
/microsite/events/list.jsp. The event/list.jsp lists the summary of the
"EventContent" element while the news/list.jsp shows the summary of the
"NewsContent" element. <br>
eg.<img src="cid:part2.03020001.02050609@cofa.unsw.edu.au" alt=""><br>
<br>
<br>
What I want is for when I click on "View Article..." in the
events/list.jsp I get see a page with the Text and Images for the
"EventContent" element and when I click on "View Article..." in the
news/list.jsp I get see a
page with the Text and Images for the "NewsContent" element.<br>
<br>
<br>
This would be easy if you were able to have folder siblings with
different template_elements but this can't be done.<br>
<br>
All help appreciated. <br>
<br>
Tane<br>
<br>
<br>
</body>
</html>