perlnewb123 has asked for the wisdom of the Perl Monks concerning the following question:
Everything in this string will stay the same except the result. In this example I need to pull someresult out of the xml sting.<?xml version="1.0" encoding="utf-8"?> <string xmlns="test.test.com/site/TST/">someresult</string> <?xml version="1.0" encoding="utf-8"?>
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Help extracting text from XML data
by GrandFather (Saint) on Oct 20, 2008 at 20:21 UTC | |
by perlnewb123 (Sexton) on Oct 20, 2008 at 20:56 UTC | |
|
Re: Help extracting text from XML data
by BrowserUk (Patriarch) on Oct 20, 2008 at 20:35 UTC | |
by Jenda (Abbot) on Oct 20, 2008 at 23:53 UTC | |
by BrowserUk (Patriarch) on Oct 21, 2008 at 00:16 UTC | |
by Jenda (Abbot) on Oct 21, 2008 at 10:51 UTC | |
by JadeNB (Chaplain) on Oct 21, 2008 at 20:32 UTC | |
by BrowserUk (Patriarch) on Oct 21, 2008 at 23:41 UTC | |
| |
|
Re: Help extracting text from XML data
by tmaly (Monk) on Oct 20, 2008 at 20:21 UTC | |
|
Re: Help extracting text from XML data
by perrin (Chancellor) on Oct 20, 2008 at 20:19 UTC |