Hi Dale, XPath is case-sensitive. In your screen shot, you have capitalised value " *Id*" instead of "*id*". Try this:
xmlSearch(xml, "/response/result/recorddetail/FL[@val='Id']"); Peter On Monday, 25 November 2013 15:25:54 UTC+11, Dale Fraser wrote: > > > > *xmlSearch*(*xml*, "/response/result/recorddetail/FL[@val='id']"); > > Returns nothing. > > > -- You received this message because you are subscribed to the Google Groups "cfaussie" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/cfaussie. For more options, visit https://groups.google.com/groups/opt_out.
