Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'XML editing troubles--solved' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
XML editing troubles--solved
Authored by: leebennett on Dec 04, '02 07:54:19PM

okay, i figured it out. meta characters are required.

specifically, in my case, i needed & instead of just plain ampersands.



[ Reply to This | # ]
XML editing troubles--solved
Authored by: boblangdon on Dec 05, '02 12:19:25PM

I had the same thing happen to me by simply cutting and pasting the code directly off this site.

In my case, I was pasting it in the wrong place.
I was puttring it before the final </plist> tag, when it belongs before the final </array> tag.



[ Reply to This | # ]