BaseXdb / basex

BaseX Main Repository.
http://basex.org
BSD 3-Clause "New" or "Revised" License
661 stars 268 forks source link

XQuery, serialization parameter: indent-attributes #2174

Closed ChristianGruen closed 1 year ago

ChristianGruen commented 1 year ago

HTML Tidy provides an indent-attributes option to control the indentation of attributes:

<address id='adr1'
         first-name='John'
         family-name='Johnson'>
  <mail>john@johnson.jo</mail>
</address>

This parameter could be added as custom serialization parameter.