Open sandersk opened 12 years ago
Having entities in code like the following in AsciiDoc:
---- #import <UIKit/UIKit.h> ----
Is problematic, because the ampersands get escaped when roundtripped back to DocBook, resulting in the following:
<programlisting>#import &lt;UIKit/UIKit.h&gt;</programlisting>
Less-than, Greater-than, and Ampersand entities should be resolved to <, >, and & in DB->ASC conversion to prevent this problem.
Having entities in code like the following in AsciiDoc:
Is problematic, because the ampersands get escaped when roundtripped back to DocBook, resulting in the following:
Less-than, Greater-than, and Ampersand entities should be resolved to <, >, and & in DB->ASC conversion to prevent this problem.