If XML attribute name itself has double quotes, then how it can be represented?
Answer:
Attribute name can be represented within single quotes if double quotes are present in the attribute name.
Example:
<country city='Texas "US"'></country>
If XML attribute name itself has double quotes, then how it can be represented?
Answer:
Attribute name can be represented within single quotes if double quotes are present in the attribute name.
Example:
<country city='Texas "US"'></country>
© 2017 QuizBucket.org