[ You are here: XTF -> Tag Reference -> textIndexer -> Document Selector Input ]

Document Selector Input

The following tags make up the XML input for the Document Selector stylesheet. They constitute a simple XML representation files found in one (sub-) directory of the document library.

Directory Tag

This tag is the outermost tag for the XML input fragment sent to the Document Selector stylesheet for translation. It has the form:
<directory dirPath="DirectoryPath">
    File
    File
     …
    File
</directory>
where
dirPath="DirectoryPath" is the absolute file path to the directory on disk.
File, File... is zero or more File Tags (see below) , one for each file found in the directory.

File Tag

This tag is the input to the Document Selector stylesheet for each file found in the containing <directory...> tag. It has the form:

<file fileName="FileName"/>
where
fileName="FileName" is the name of a file found in the directory identified by the containing <directory...> tag. Note that this file name does not contain any path information for the file, but only the file name itself.