show/hide this revision's text 4 edited tags
show/hide this revision's text 3

What's the accepted way of storing quoted data in XML?

For example, for a node, which is correct?

  • (a) Jesse <name>Jesse "The Body" Ventura</name>
  • (b) Jesse <name>Jesse \"The Body\" Ventura</name>
  • (c) Jesse <name>Jesse &quot;The Body&quot; Ventura</name>
  • (d) none of the above (please specify)

If (a), what do you do for attributes? If (c), is it really appropriate to mix HTML & XML? Similarly, how do you handle single and curly quotes?

show/hide this revision's text 2 added 6 characters in body

What's the accepted way of storing quoted data in XML?

For example, which is correct?

  • (a) Jesse "The Body" Ventura
  • (b) Jesse \"The Body\" Ventura
  • (c) Jesse & quot;The &quot;The Body& quot; &quot; Ventura
  • (d) none of the above (please specify)

If (a), what do you do for attributes? Similarly, how do you handle single and curly quotes?

show/hide this revision's text 1