Posted 19 years ago by Richard Beyer - KBS Leipzig
Avatar
Hi,

is there a possibility to perform an auto-layout in XML for the document?

my problem: a valid xml-document in one single line is loaded into the editor. I want the text to be splitted into many lines, every xml tag gets its own line and will be auto-formatted with tabs like that:

before:
 <root><tag1><tag2>text</tag2></tag1></root> 
after transformation:

<root>
    <tag1>
        <tag2>
             text
        </tag2>
    </tag1>
</root>
greetings from germany
Richard

Comments (3)

Posted 19 years ago by Actipro Software Support - Cleveland, OH, USA
Avatar
Hi Richard,

We don't have that yet but it is a planned feature for the advanced XML add-on.


Actipro Software Support

Posted 18 years ago by Actipro Software Support - Cleveland, OH, USA
Avatar
Richard,

Just wanted to let you know that document formatting (with the beta XML add-on) has been implemented for the next maintenance release (not out yet but soon).


Actipro Software Support

Posted 18 years ago by Richard Beyer - KBS Leipzig
Avatar
thank you!!

this will be very helpful
The latest build of this product (v25.1.0) was released 14 days ago, which was after the last post in this thread.

Add Comment

Please log in to a validated account to post comments.