<use></use>
Provided by module: RXML 2 parser
Reads tags, container tags and defines from a package or file.
Everything defined in the package is local for the page the package or
file is used from.
Attributes
- packageinfo
-
Show a all available packages.
- package="name"
-
Reads all tags, container tags and defines from the given package.
Packages are files located by default in
../rxml_packages/.
- file="path"
-
Reads all tags and container tags and defines from the file.
This file will be fetched just as if someone had tried to fetch it
with an HTTP request. This makes it possible to use Pike script
results and other dynamic documents. Note, however, that the results
of the parsing are heavily cached for performance reasons. If you do
not want this cache, use <insert file='...'
nocache=''> instead.
- info
-
Show a list of all defined tags/containers and if arguments in the
file.
The <use> tag is much faster than <insert>, since the parsed definitions is cached.