Inserting Content Reference-Based Links
Use the following syntax to insert content-reference-based links into a Pagelet Wizard pagelet. Variables that are user-supplied are set in italics.
Note:
This processing step occurs only if the output of the Transformation step is XHTML compliant.
See XHTML™ 1.0 The Extensible HyperText Markup Language (Second Edition).
| Item to Insert | XHTML Tag | HTML After Processing |
|---|---|---|
|
Content Reference Link |
<PSREGISTEREDLINK PORTAL="portal name" CREF="content reference name" target="target" APPEND="append">Text of Link</PSREGISTEREDLINK> |
<A HREF="http…URL of content reference…[?/&]append" target="target">Text of Link</A> |