Strange ouput with pretty print on
Mark van Leeuwen <[email protected]> Fri, 28 Nov 2003 10:56:51 +0100
| Newsgroups | gmane.comp.java.enhydra.xmlc |
|---|---|
| Organization | Virgil B.V. |
| Message-ID | <[email protected]> |
Hello,
For development I use pretty printed output in the DefaultDOMWriter
(will it be renamed to XMLCDOMWriter as Jake stated in the Barracuda
Mailing list on 19-11-2003?). But the output gets wrong in case of a
text area with default value:
If my mockup contains:
<textarea>Default value</textarea>
it got outputed as:
<textarea>
Default value
</textarea>
Nice for html source readability, but it definitely changes something in
the browser, as I now have a lot of spaces before the "Default value"
text inside the text area. Could this be considered a bug, as pretty
printing should in my opnion not change the user visible output? (Guess
the same applies with </td> on the next line, but haven't tested it.
Regards,
--
Mark