View Single Post
Old 03-26-2017, 06:55 AM  
sarettah
l8r
 
Industry Role:
Join Date: Oct 2002
Posts: 13,505
I just tested against my chaturbate xml feed url and it did NOT change urls in the file on me.

The iframes in the chaturbate feed all have the & in them in the original. They have them in there before the sort and after the sort.

The chat room urls do not have & in the original, they just have &. They appear the same way in the sort as in the original.

Iframe from the original:

Code:
<iframe src='https://chaturbate.com/affiliates/in/?tour=XXXX&amp;campaign=XXXXX&amp;track=embed&amp;room=killer__tits&amp;bgcolor=white' height=528 width=850 style='border: none;'></iframe>
From the sorted file:

Code:
<iframe src='https://chaturbate.com/affiliates/in/?tour=XXXX&amp;campaign=XXXXX&amp;track=embed&amp;room=killer__tits&amp;bgcolor=white' height=528 width=850 style='border: none;'></iframe>
Chat url from the original:

Code:
<chat_room_url>
https://chaturbate.com/affiliates/in/?tour=XXXX&campaign=XXXXX&track=default&room=killer__tits
</chat_room_url>
Chat url from the sorted file:

Code:
<chat_room_url>
https://chaturbate.com/affiliates/in/?tour=XXXX&campaign=XXXXX&track=default&room=killer__tits
</chat_room_url>
The code I put up should not be changing anything.

However, if you are looking at things in a browser then the &amp; could show as & because that is what an html entity does. You might need to look at the source to see the actual data properly.

Anyway, let me know where you are seeing what you are seeing.

.
sarettah is online now   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote