Home › Forums › DITA and XMetaL Discussion › pretty printing often causes problems with eclipse/webhelp output formats › Reply To: pretty printing often causes problems with eclipse/webhelp output formats
Reply to: pretty printing often causes problems with eclipse/webhelp output formats
July 29, 2013 at 11:03 pmMy mistake with the XHTML output source. I mixed up my virtual machines and tested with 7.0 previously.
However, with 8.0 (which uses the DITA OT 1.7) and the identical XML input I quoted before, I get slightly different output in the HTML, but the browser handles it just fine as expected, and renders the output exactly as with the previous screenshot. The HTML source looks like this but the browser (tested with IE and FF) renders it identically (as it should as the spaces in question should be collapsed as per the HTML rules):
[code]
- name1
is a descriptive name for the attribute. - name2
is a descriptive name for the attribute. - name3
is a descriptive name for the attribute. - name4
varname is a descriptive name for the attribute. - name5
is a descriptive name for the attribute.
[/code]