Home > Contents > Index > 
satellite.tag
Marks a pagelet for use by the Satellite servlet.
Syntax
<satellite.tag type="open|close"/>Parameters
type (required)- Specify
 type=opento mark the start of a pagelet that CS-Satellite needs to parse; specifytype=closeto mark the end of this pagelet.
Description
Tells the Satellite servlet that this pagelet contains a
satellite.page,satellite.link,satellite.cookie,orsatellite.blobtag. If this pagelet containssatellite.pageorsatellite.blobdirectives or any form or other form , then you must provide thesatellite.tagpair. If you omit the pair, CS-Satellite streams the page without passing it.If this pagelet does not contain
satellite.pageorsatellite.blobdirectives, then you should omit thesatellite.tagpair. The exception to this is if you are usingrender:getpageurl. If you mistakenly provide thesatellite.tagpair, CS-Satellite still serves the page but performance may suffer.If you do need the
satellite.tagpair, we strongly recommend setting the"open"tag as the first XML tag in your element and the"close"tag as the last XML tag in your element, in between theftcstags.Example
The following code demonstrates that
<satellite.page>and<satellite.blob>tags must be inside a<satellite.tag>pair:
<satellite.tag type="open"/> <satellite.page ... ... <satellite.page ... ... <satellite.blob ... ... <satellite.tag type="close"/>
Home > Contents > Index > ![]()
FatWire XML Tag Reference
Copyright 2005 by FatWire Software
All rights reserved.