<@DOCS>
Syntax
<@DOCS FILE=appfile
[ENCODING=encoding]>
Description
Displays the content of an application file
in HTML.
Evaluates to an action list for the named
application file. Each action entry in the list is a link to a
detailed description of that action. The path to the named application
file must be relative to the Web server document root.
If no FILE attribute is provided, <@DOCS>
evaluates to the running application file.
For more information, see "Tango
Server Configuration File" in the chapter "Using Tango
Server" in the User's Guide.
There is a special configuration variable--DOCSSWITCH--that
can be set to on or off. It must be set to "on"
for this tag to work.
For more information, see "Saving
an Application File as Run-Only" in Chapter 3 of the User's
Guide.
This meta tag returns an empty value if the
FILE attribute specifies an application file saved as
run-only.
When used in Results HTML, the ENCODING=NONE
attribute must be used in order for it to be displayed properly in the
Web browser.
Examples
<@DOCS ENCODING=NONE>
<@DOCS FILE="/Oracle/Car_demo/car_search.taf"
ENCODING=NONE>
See Also
Encoding
Attribute
|