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

|

Read Tag
The read tag instructs the Compiler to process one or more files without generating any direct output. Most times you would read macro, define and replace tags from standard library files. The compiler will process any other tags it encounters, including other read, build and include tags.
 Examples
<read file=index.wg>
 <read index.wg>

<read src="/lib/">
 |
rollover.wg
template.wg
navigation.wg
|
</read>
 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 build a single file. |
| src= | Source path prefix |
 See Also
 Attach Tag
 Build Tag
 Compiler Tag
 Include Tag
 Project Files
 Up To
 Compiler Tags
 Complete Tag Reference
 WebGroove® is a registered trademark of Creativision Publishing Corporation
|
 |
|

|