After many edits , my XSL files become not well-arranged. Does exist some
(freeware) program, which can in my XSL, XML, FO files align all starting
and ending tags back together ? For example:

<A>
<B>text     </B><C>

text</C></A>

-------------
<A>
  <B>text</B>
  <C>text</C>
</A>

or

<A>
  <B>
  text
  </B>
  <C>
  text
  </C>
</A>


          Thanks.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to