Jump to content

XML/XPath: Difference between revisions

20 bytes removed ,  12 years ago
Line 89:
end try
end tell
if (count of theElements) > 0 then set R to R & my getXMLElementsByName(theElements, theNameToFind)
if theName = theNameToFind then set R to R & theValue
set R to R & my getXMLElementsByName(theElements, theNameToFind)
else
if theName = theNameToFind then set R to R & theValue
end if
end repeat
return R
Anonymous user
Cookies help us deliver our services. By using our services, you agree to our use of cookies.