Hi Bj�rn,

On 31 Mar 2004, at 09:27, Bj�rn Voigt wrote:

I am new with the PortalEngine, and have a Question about
 the coplet-transformer. Is it possible to define more than one
 Target-Coplet. I want make a menu-coplet and refresh some
 coplets with new content in the portal

<cl:link path="/attr/value" value="[EMAIL PROTECTED]" coplet="TargetCoplet">
������� <xsl:value-of select="."/>
 </cl:link>



Yes it is, you need to wrap all of your links in <cl:links> like this:

<cl:links>
  <cl:link path="/attr/value" value="[EMAIL PROTECTED]" coplet="TargetCoplet">
���� <xsl:value-of select="."/>
  </cl:link>
  <cl:link path="/attr/value" value="[EMAIL PROTECTED]" coplet="TargetCoplet-2">
���� <xsl:value-of select="."/>
  </cl:link>
  <cl:content>Click me!</cl:content>
</cl:links>


<cl:content>...</cl:content> gets transformed into the clickable part of the anchor tag.


Jon

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



Reply via email to