
26 Jan
2012
26 Jan
'12
7:09 p.m.
Lee Passey wrote:
On Thu, January 26, 2012 11:17 am, Paul Flo Williams wrote:
I'm not sure I see the value in marking up apostrophe as ' if you're a fan of curly quotes. You'd still have to go through and replace them with right single quotation marks somewhere in your workflow, as ' is the vertical single quote at U+0027.
' is not necessarily ASCII 27, that's simply the default XML mapping. If you're going to hack the DTD like I was talking about, ' can be anything you want it to be.
Not if you want a valid XML document; the replacement text for apos must be ASCII 0x27 if it is declared at all.