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=open
to mark the start of a pagelet that CS-Satellite needs to parse; specifytype=close
to mark the end of this pagelet.
Description
Tells the Satellite servlet that this pagelet contains a
satellite.page
,satellite.link,
satellite.cookie,
orsatellite.blob
tag. If this pagelet containssatellite.page
orsatellite.blob
directives or any form or other form , then you must provide thesatellite.tag
pair. If you omit the pair, CS-Satellite streams the page without passing it.If this pagelet does not contain
satellite.page
orsatellite.blob
directives, then you should omit thesatellite.tag
pair. The exception to this is if you are usingrender:getpageurl
. If you mistakenly provide thesatellite.tag
pair, CS-Satellite still serves the page but performance may suffer.If you do need the
satellite.tag
pair, 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 theftcs
tags.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.