Home | Index

r3 Reference Guide

r3 var searchpath

r3 var searchpath location [ key ]

Displays the location hierarchy for vars from the location up to the most generic level. If the key term is not specified or is not found, the inheritance chain of locations, from the specified location, for vars is displayed. The location does not have to include the page element (i.e cheese/ca), in which case the searchpath shows the generic pages in the inheritance chain.

For example, consider the following inheritance chain for dimension elements in the var domain:

product intl page
cheese ca index.html
generic fr generic
generic

Suppose a key of hello has been set at cheese/fr/0.html

r3 var searchpath cheese/ca/0.html hello produces the following output:

  0         cheese/ca/0.html
  1         cheese/ca/generic
  2         cheese/fr/0.html                   hello
  3         cheese/fr/generic
  4         cheese/generic/0.html
  5         cheese/generic/generic
  6         generic/ca/0.html
  7         generic/ca/generic
  8         generic/fr/0.html
  9         generic/fr/generic
  10        generic/generic/0.html
  11        generic/generic/generic

aliases

flags