Linking to Specific Outputs

Overview

Once you've created outputs for your content, you'll need a way to allow site visitors to browse to them (to subscribe to an RSS feed, access the printer-friendly version of a page, etc.). To do this, Cascade CMS has special system-page-output attributes that can be added to links to create links to specific outputs. On publish, the system will automatically remove this attribute and insert the correct href attribute in its place.


                <p>    
<a system-page-output=“pdf”>PDF</a><br/>
<a system-page-output="printer">Printer Friendly</a><br/>
<a system-page-output="xml">XML</a><br/>
</p>