If I want to to label some buttons with ">" and "<" symbols, what's the correct way to escape them out in the XML file? The presence of either ">" or "&" (as in ">") produces "invalid token" errors.
Thanks in advance.
|
If I want to to label some buttons with ">" and "<" symbols, what's the correct way to escape them out in the XML file? The presence of either ">" or "&" (as in ">") produces "invalid token" errors. Thanks in advance.
| |||
|
feedback
|
|
Either specify those characters like this:
Or use a CDATA section and put those characters inside:
| |||
|
feedback
|
>(ie with semi-colons)? – pst Feb 12 '11 at 18:45