config options to place end tag on new line

fpdave <[email protected]>
Newsgroups gmane.comp.web.html-tidy.user
Message-ID <[email protected]>
I am comparing XML files and want to have every attribute on a new line and
to have the end tag of an element on a new line too.  This way, the end tag
doesnt give false comparison readings.  FYI I am using the excellent Beyond
Compare 2 for comparison, with an HTMLTidy pre-processor.

I know how to have every attribute on a new line, though saying that, the
first is on the same line as the start-tag, eg
<anelement anettribute="attribvalue"
  attrib2="attrib2value">

I want:
<anelement
  anettribute="attribvalue"
  attrib2="attrib2value"
>

-- 
View this message in context: http://www.nabble.com/config-options-to-place-end-tag-on-new-line-tf2411407.html#a6721521
Sent from the w3.org - html-tidy mailing list archive at Nabble.com.
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.