Observe xml:space="preserve" when tidying XML

Hello all,

when tidying some XML as this

<root>
  <node xml:space="preserve">a text</node>
</root>

I cannot achieve that "tidy" observes the xml:space attribute. The output
has the text node "a text" in a new line like this:

<root>
  <node xml:space="preserve">
a text
</node>
</root>

These are me settings:
---
add-xml-space: yes
bare: yes
char-encoding: raw
clean: yes
drop-font-tags: yes
drop-proprietary-attributes: yes
gnu-emacs: yes
hide-endtags: yes
indent: auto
indent-cdata: yes
indent-spaces: 2
input-xml: yes
replace-color: yes
tab-size: 2
wrap: 0
---


Thanks for any help,
Axel.

Received on Monday, 17 May 2010 22:38:46 UTC