文字列変数に次のxmlがあります-
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<person>
<first-name>RaJeEv(๏๏)</first-name>
<last-name>Diboliya</last-name>
<headline>Software Engineer at FASTTRACK INDIA.</headline>
<site-standard-profile-request>
<url>http://www.linkedin.com/profile?viewProfile=&url>
</site-standard-profile-request>
</person>
今度は、この文字列から姓名を取得したいと思います。これどうやってするの?