Are you sure that an XPath in the following format works?<br><span style="font-family: courier new,monospace;">SomeElement[1]/NestedElement[1]</span><br><br>my experience was that only such xpaths work:<br><span style="font-family: courier new,monospace;">
SomeElement[1]/NestedElement</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">SomeElement/NestedElement[1]</span><br><br><div><span class="gmail_quote">its possible that it works in 
6.0.4 ... i haven't tried it so far<br><br>2006/1/26, <a href="mailto:pascal.hollenbrock@bayerbbs.com">pascal.hollenbrock@bayerbbs.com</a> <<a href="mailto:pascal.hollenbrock@bayerbbs.com">pascal.hollenbrock@bayerbbs.com
</a>>:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<br><font face="sans-serif" size="2">Hey Cristina, </font>
<br>
<br><font face="sans-serif" size="2">you have to adapt the element-description
to the level of the nested content they can be found in, e.g.:</font>
<br>
<br><font face="sans-serif" size="2"><!-- nested level 1 --></font>
<br><font face="sans-serif" size="2"><cms:contentload ...></font>
<br><font face="sans-serif" size="2">    <cms:contentshow element="FirstElement[1]"></font>
<br><font face="sans-serif" size="2">     ...</font>
<br><font face="sans-serif" size="2">    <!-- nested level 2
--></font>
<br><font face="sans-serif" size="2">    <cms:contentshow element="FirstElement[1]/SomeNestedElement[1]"></font>
<br><font face="sans-serif" size="2">     ...</font>
<br>
<br>
<br><font face="sans-serif" size="2">What you did was: </font>
<br>
<br><font face="sans-serif" size="2"><!-- nested level 2 --></font>
<br><font face="sans-serif" size="2"><cms:contentshow element="SomeNestedElement[1]"></font>
<br>
<br><font face="sans-serif" size="2">In this way however the system does
not know which element to address. Therefore you have to add the absolute
"nested path". </font>
<br>
<br><font face="sans-serif" size="2">Regards,</font>
<br><font face="sans-serif" size="2">Pascal</font>
<br><br>_______________________________________________<br>This mail is sent to you from the opencms-dev mailing list<br>To change your list options, or to unsubscribe from the list, please visit<br><a onclick="return top.js.OpenExtLink(window,event,this)" href="http://lists.opencms.org/mailman/listinfo/opencms-dev" target="_blank">
http://lists.opencms.org/mailman/listinfo/opencms-dev</a><br><br></blockquote></div><br><br clear="all"><br>-- <br>Mit freundlichen Grüßen<br><br>Siegfried Puchbauer