View Single Post
ShadowChemosh
Senior Member
Volunteer Data File Contributor
 
Join Date: Jan 2010
Location: Chicago, IL (USA)
Posts: 10,729

Old April 2nd, 2017, 06:46 AM
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"

Hero Lab Resources:
Pathfinder - d20pfsrd and Pathfinder Pack Setup
3.5 D&D (d20) - Community Server Setup
5E D&D - Community Server Setup
Hero Lab Help - Hero Lab FAQ, Editor Tutorials and Videos, Editor & Scripting Resources.
Created by the community for the community
- Realm Works kickstarter backer (Alpha Wolf) and Beta tester.
- d20 HL package volunteer editor.
ShadowChemosh is offline   #16 Reply With Quote