#results.response.result.policyid#

But what I get is "[EMAIL PROTECTED]" for the above 
output instead of the expected "129120060221164444"

*-*--*-*-*-*-*-*-*-*-*

The problem is that results.response.result.policyid is a complex
variable-- it is a struct.  What you want is:

#results.response.result.policyid.XmlText#

XmlText is a key in the policyid struct.

Of course this syntax assumes that you will never have more than one
response, result, or policyid tag with a sibling of the same name.
If your XML gets any more complicated, xpaths are great for pulling out
the nodes you want.

~Brad



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:233043
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to