Forum Moderators: open
How do I pretty print the way I want, and yet make sure those spaces don't have an effect on rendering?
Thanks - joat
An example:
===
<b>
This is bold text
</b>
, and this a comma and a continuation.
===
The comma was supposed to show up *right after* text like this: "text," and not with a space like this: "text ," But by default it shows up with a space.
Again, the desired result is to have all tags in the source XHTML file on separate lines from the text being displayed. I need to view and process the source XHTML file with tags & text on separate lines without the need of an (X)HTML parser.
thx - joat