View Single Post
DeltaMasterMind
Senior Member
 
Join Date: Jul 2014
Posts: 412

Old April 2nd, 2017, 12:31 PM
Quote:
Originally Posted by ShadowChemosh View Post
Your issue is this:
Code:
website="http://forums.wolflair.com/showthread.php?t=58005&goto=nextnewest"
XML can NOT have & characters unless used as an escape character. Google XML Escape characters for a full list.

But the above needs to become:
Code:
website="http://forums.wolflair.com/showthread.php?t=58005&goto=nextnewest"
Perfect! Thanks Shadow!
DeltaMasterMind is offline   #17 Reply With Quote