This is a fix for issue #84, adding back the ability for class mappings to match against the path to a node file as well as the node name.
A configuration option is added to set the match method used by class mappings: class_mappings_match_path. If false (the default) the match is done against the node name and if true the match is done against the path.
This is a fix for issue #84, adding back the ability for class mappings to match against the path to a node file as well as the node name.
A configuration option is added to set the match method used by class mappings:
class_mappings_match_path
. If false (the default) the match is done against the node name and if true the match is done against the path.