Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

xmlproperty division

Status
Not open for further replies.

Greffin

Programmer
Joined
Feb 25, 2004
Messages
2
Location
NO
I've defined an xmlproperty file with several elements describing deployment server details.

<servers>
<profile name="server1">
... some details
</profile>
<profile name="server2">
... some other details
</profile>
... and so on
</servers>

How can I retreive the details for just "server1"? If I try:
<echo message="${server.profile.detail}"/>
I get details for every profile I've registered. I wish to retreive one specific set of details.

Is this possible without coding a new task?

Thanx

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top