Subject:Need better way to select elements Author:Steve Grise Date:31 Jan 2007 10:37 AM
I have a variable called xslString that I want to use to select parts of a set of nodes called deNode. The hierarchy and structure of the descendant nodes varies for each type of deNode I am processing.
This works when the names are simple like "FeatureName" or "SubtypeCode" that are descendants of deNode.
I'd also like to be able to have values for xslString like "ancestor::Subtype/SubtypeName" and "../../SubtypeName" and "$deNode/SubtypeName" - basically any xslString relative to the current deNode. I am struggling to do this with named variables.