Yes, you have to use entity representations, either
" or
', if attribute value contains both string delimiter characters.
From
Extensible Markup Language (XML) 1.0 (Fifth Edition):
Quote:
To allow attribute values to contain both single and double quotes, the apostrophe or single-quote character (') may be represented as " ' ", and the double-quote character (") as " " ".
|