
 |
 |
WebGroove is no longer supported. These docs are reference only. |
|

|

Show Tag
This Agent tag shows the contents of external file(s) at the point where the tag is used.
If you use the block version of the tag, make sure the path plus each file name makes a valid file path. This tag is an Agent analog to the include tag.
 Examples
<show path=/mydir/>
 |
message.txt
greeting.txt
email.txt
|
</show>

<show file=hello.txt>

<show goodbye.gif binary>
 Syntax
This tag can either be a single tag with the file attribute or a tag pair surrounding a list of filenames.

| Attributes |
| file= | Specify a single filename. This attribute is required if you intend to use a single file. |
| path= | Source path prefix; must combine with listed filenames to produce valid filespecs. |
| binary | The specified file is a binary file |
 Notes
Only specify the binary attribute for non-ascii files such as images.
 See Also
 Groove Tag
 Mirror Tag
 Up To
 Agent Tags
 Complete Tag Reference
 WebGroove® is a registered trademark of Creativision Publishing Corporation
|
 |
|

|