HELP! Why isnt this validating?
#1
This code will not validate in notepad++

Code:
<visible>!StringCompare(ListItem.label,My Instant Queue - All) + !StringCompare(ListItem.label,My Instant Queue - Movies) + !StringCompare(ListItem.label,My Instant Queue - TV Shows) + !StringCompare(ListItem.label,Recommended (Filtered for Instant Watch)) + !StringCompare(ListItem.label,Top 25 New Movies & Shows) + !StringCompare(ListItem.label,All New Movies & Shows) + !StringCompare(ListItem.label,Search...)</visible>
Image
To learn more, click here.
Reply
#2
"New Movies & Shows" maybe, might need to be "New Movies &amp; Shows" because & is not really a valid xml string because its a condition like == and <=
Reply
#3
Jezz_X Wrote:"New Movies & Shows" maybe, might need to be "New Movies &amp; Shows" because & is not really a valid xml string because its a condition like == and <=

Thanks Jezz.
Image
To learn more, click here.
Reply
#4
So that was the reason ? I just took a guess
Reply
#5
Jezz_X Wrote:So that was the reason ? I just took a guess

Yep, I never thought of that. I should have realized it, I got the error using scripts to. Oo
Image
To learn more, click here.
Reply

Logout Mark Read Team Forum Stats Members Help
HELP! Why isnt this validating?0