Hi, 

is there some way of 'structuring' the html output? i.e., printing something readable 
like:

<html>
  <head>
   <title>The title</title>
  </head>
  <body>
    Body comes here
  </body>
</html>

...instead of:

<html><head><title>The title</title></head><body>Body comes here</body></html>


Thanks in advance, 

Javier


--
------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Archives and Other:  <http://java.apache.org/main/mail.html>
Problems?:           [EMAIL PROTECTED]

Reply via email to