Well I have a site and I get all the info from xml files and tonight there is going to be over 100 items added to it and im just wondering is there some way to make a script that I could just run and it would grab the specific codes from it and make it into a url like
http://scee-home.playstation.net/c.home/prod/live/Objects/00000000-00000000-00000002-00000003/small.pngthe only thing is that there are multiple possibilitys when it comes to what the right url would be the others just get a 404 error some of them have to be small_T031.png but the only availible ones under T are 001, 031, 032, and 033.
also here is a sample of the XML files I get my info from and all these are the "framework" that Playstation home runs on
<commerce_point>
−
<node>
−
<node type="objects">
−
<header>
<name lang="en-GB" default="true">Personal Space</name>
<name lang="fr-FR">Espace personnel</name>
<name lang="it-IT">Spazio personale</name>
<name lang="de-DE">Home-Apartment</name>
<name lang="es-ES">Espacio Home</name>
<name lang="ja-JP">パーソナルスペース</name>
<name lang="ko-KR">개인공간</name>
<name lang="zh-HK">個人空間</name>
<name lang="zh-TW">個人空間</name>
<name lang="en-SG">Personal Space</name>
<name lang="en-US">Personal Space</name>
−
<thumbnail lang="en-GB" default="true">
[CONTENT_SERVER_ROOT]CommercePoints/Thumbnails/home.png
</thumbnail>
</header>
<object>2935147C-2D4043C9-87E252B8-B960C809</object>
<object>86C5657F-0FA8424F-92CEE518-5CE2365F</object>
<object>77D9E3EF-02A74DA9-BD77FBBD-91407A88</object>
<object>2519FAC0-18AA4FCB-A1214F6B-65F5F001</object>
<object>63969967-334F4FD7-A57D0768-DA16D0FC</object>
</node>
</node>
</commerce_point>
But all I need it to grab are the 32 digits between the <object></object> tags.