When I pretty print an unordered list as XHTML, I get stuff like
<li>
  <a href="">blah</a>
</li>

But li seems sensitive to whitepace. It would be better if the pretty
printer produced
<li><a href="">blah</a></li>

Is it possible?


-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
_______________________________________________
dom4j-user mailing list
dom4j-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dom4j-user

Reply via email to