Bugs item #617260, was opened at 2002-10-01 16:17
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=116035&aid=617260&group_id=16035

Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Robert O'Connell (roconnellj)
Assigned to: Nobody/Anonymous (nobody)
Summary: HTMLWriter indent before preformatted

Initial Comment:
Based on the HTMLWriter javadoc description of where 
the whitespace is important, it seems that there is an 
indent missing before the preformatted tag.

I would say to put a call to 
                super.indent();
after the call:
                super.writePrintln(); 
in function void writeElement(Element element) of class 
HTMLWriter.

The doc says that only the whitespace INSIDE the tag 
matters, and thus in a prettyPrint OutputFormat, I think 
the indent is safe to call.



----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=116035&aid=617260&group_id=16035


-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
dom4j-dev mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dom4j-dev

Reply via email to