one way would be using the XPathExpressionEngine and a query string like

/leaf[name="second leaf"]


hth, regards,
christian


On 1/31/08, Davide Gesino <[EMAIL PROTECTED]> wrote:
>
>
> assume I have the following:
>
> <root>
>      <leaf  name="first leaf"/>
>      <leaf  name="second leaf"/>
>    ....
> </root>
>
> how can I get the sub configuration <leaf> assuming that I know that
> name="second leaf' without cycling throh with the
> xmlConf.configurationsAt("leaf")???
>
>
>
> --
> View this message in context:
> http://www.nabble.com/how-to-get-Hierarchical-Confs-satisfying-one-boundary-tp15205670p15205670.html
> Sent from the Commons - User mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

Reply via email to