2

Goal:
Make XML source code to be structured in a userfriendly approach based the "requested result"

Problem:
I have a large size of a xml data and all data and sorcecode is in 1 row only. A large width size at one row only.

How should I enable to make the xml code to be structured according to the simple without manual work? It would be create to press a button and everything would be structured according to the picture.

Information:
*I'm using notepadd++ and unfortunately there is no functionality unless you have a proof.

enter image description here

1
  • You can try "word wrap", if you just have to view it, not save it Commented Nov 23, 2013 at 17:14

2 Answers 2

1

1) ctrl+f

2) Click on replace tab

3) check that Extended checkbox is checked

4) In find type ><

5) In replace type >\n<

6) click on Replace All button!

As shown in figure use it in notepad++

Sign up to request clarification or add additional context in comments.

Comments

1

Try Plugins -> XML Tools -> Pretty Print (libXML) or (XML only - with line breaks Ctrl+Alt+Shift+B)

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.