Question
Can I use a Get tag to grab just one portion of a page?
Answer
By default, the Get Tags go out to the specified URL and pull the entire content of the HTML page. In versions prior to 10.7.0, to use content defined for items like a subject line or parts of an article you must host the content separately and call each page with a unique Get Tag.
If the content of the page you are attempting to Get is defined as XML, use the XSLTGet and you can specify exactly the portions of the page you wish to use.
After the 10.7.0 release, SmartGet provides the option to specify a portion of a page to get and insert into your template. For details, see the SmartGet start_at and end_at commands.