Textplay
Textplay copied to clipboard
Angle brackets in XML output
Textplay outputs characters that represent markup without escaping them, e.g., "<" and ">". The following fragment displays correctly in most HTML browsers but is fatal in XML and FDX output.
INT. LIVING ROOM - DAY
On the wall hangs a poster announcing "5 < 6"
Fixed in 04eb55e
This fix has introduced issues #31 and #32. I'll have to think of a better fix.