12

I would like to change the code view for my XML template from:

<p style="text-align: justify;">

To:

<p style="text-align: justify;">

This is an example but it's the whole file that I need to be able to read..

1
  • What's the proper encoding language so I can read the XML file exported from MySql. I will need to edit it and re-import it. Please if you can advise, it's a huge file. Commented Jan 9, 2014 at 18:22

1 Answer 1

18

Use Notepad++ HTML TAG Plugin.

Check out here for step-by-step instructions.

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

6 Comments

Thanks a lot for your answer! I'm running the plugin right now..still waiting for the end results. Just a last question sorry, do I need to re-encode before importing back the XML file to MySql? Any idea?
@user3001925 You probably need to do this as there is no function in mySQL to decode html. Check out here.
Is it normal that it takes so long to decode? It's more than 15 mins now..and still running..
@user3001925 How large is your file?
@user3001925 It seems not that strange since it's so large. Give it some time.
|

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.