On Fri, 2004-01-23 at 03:26, Veerasamy, Thirumalai (Cognizant) wrote: > Hi, > > I have a requirement where the node names could be unknown but the > their properties or known. Again its child could again be unknown. See > the example below.
The standard pattern-matching engine (RulesBase) doesn't support patterns like: /contexts/context/*/id It supports leading wildcards, and that's it (as described in the javadoc). You might be able to get this effect via the RegexRules or ExtendedBaseRules. See the javadoc for these classes. Regards, Simon --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
