<emit source="path"></emit>
Provided by module: Tags: RXML tags
Prints paths. This plugin traverses over all directories in
the path from the root up to the current one.
Attributes
- path="string"
-
Use this path instead of the document path
- trim="string"
-
Removes all of the remaining path after and including the specified
string.
- skip="number"
-
Skips the 'number' of slashes ('/') specified, with beginning from
the root.
- skip-end="number"
-
Skips the 'number' of slashes ('/') specified, with beginning from
the end.
-
&_.name; (provided by Tags: RXML tags)
Returns the name of the most recently traversed directory.
-
&_.path; (provided by Tags: RXML tags)
Returns the path to the most recently traversed directory.