Jump to content
UBot Underground

Search the Community

Showing results for tags 'xpath parser'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • Announcements and News
    • Join the UBot Community
  • General
    • General Discussion
    • Mac and UBot Studio
    • Journeys
    • Buy, Sell, Free
    • Scripting

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


AIM


MSN


Website URL


ICQ


Yahoo


Jabber


Skype


Location


Interests

Found 1 result

  1. Guys, I would like to transform XML feed into csv file, but I run into trouble of weird characters while getting data from XML, it is all nonsense, and I have no I idea how to go around it: Code: set(#xml, $plugin function("HTTP post.dll", "$http get", "http://www.hrnce-obchod.sk/192fc044e74dffea144f9ac5dc9f3395/heureka_sk_export.xml", "", "", "", 30), "Global") set(#DESCRIPTION, $plugin function("HTTP post.dll", "$xpath parser", #xml, "//DESCRIPTION", "InnerText", "XML"), "Global") load html(#DESCRIPTION) Basicaly, it will navigate to: http://www.hrnce-obchod.sk/192fc044e74dffea144f9a
×
×
  • Create New...