These forums have been archived and are now read-only.

The new forums are live and can be found at https://forums.eveonline.com/

EVE Technology Lab

 
  • Topic is locked indefinitely.
 

Overview - XML Linebreaks

Author
Ancy Denaries
Frontier Venture
#1 - 2013-01-26 19:22:37 UTC
Hey guys, since the old overview tools went AWOL, I've been trying to Google-FU and XML-hack without any previous knowledge to create my own ship-labels in space, and so far I've managed to create A GIANT LONG LINE OF TEXT in space. Which is quite good, seeing as I have no idea what I'm doing. So, what am I missing? How do I insert a line break in the XML code to make it ... well, line break?

My overview code can be seen here on Pastebin.

"Shoot at anything that moves. If it doesn't move, shoot it anyway, it might move later."

"Do not be too positive. The light at the end of the tunnel could be a train." - Franz Kafka

Stantum Zateki
Center For Kids Who Can't Fly Good
Zoo Landers
#2 - 2013-01-26 19:32:11 UTC  |  Edited by: Stantum Zateki
The solution is to insert a < / br > (without spaces) but you will have to encode the < / and > so that EVE can process it. Let me see what I can find.

Edit: Try inserting this at the beginning of the line you want to be moved down.
Quote:
&lt;/br&gt;


Not sure if it will work - but it's the right idea.
Az Rhea
Rise Of The Golden Ponies
#3 - 2013-02-06 03:57:48 UTC
Stantum Zateki wrote:
The solution is to insert a < / br > (without spaces) but you will have to encode the < / and > so that EVE can process it. Let me see what I can find.

Edit: Try inserting this at the beginning of the line you want to be moved down.
Quote:
&lt;/br&gt;


Not sure if it will work - but it's the right idea.


Take a look at one of the threads I did.

☣ Client Manipulation: Overview Settings - Color Coding and More! ☣

Peak at the XML I have made available. Also if your interested "Grauth Thorner" has written a really nice application that can do it for you. If you are wanting to do it by hand then create a template with his app or my guide and view the XML afterwards to see how it was changed and what was used to make the change.


EVE Custom Ship Labeler (desktop application) by Grauth Thorner

Az Tek
suid0
Pandemic Horde Inc.
Pandemic Horde
#4 - 2013-02-06 08:39:12 UTC
Ancy Denaries wrote:
Hey guys, since the old overview tools went AWOL


Still kinda an alpha test but have been using & testing it on one of my accounts for a while now.

http://www.suid0.org/overview

Doesn't currently do line breaks, but I might look into that soon.

As always... backup your existing overview settings first.

the entire enemy support fleet is dead except for one interdictor a titan could easily finish off with drones  - Commander Ted

Ancy Denaries
Frontier Venture
#5 - 2013-02-10 22:52:55 UTC
Az Rhea wrote:
Stantum Zateki wrote:
The solution is to insert a < / br > (without spaces) but you will have to encode the < / and > so that EVE can process it. Let me see what I can find.

Edit: Try inserting this at the beginning of the line you want to be moved down.
Quote:
&lt;/br&gt;


Not sure if it will work - but it's the right idea.


Take a look at one of the threads I did.

☣ Client Manipulation: Overview Settings - Color Coding and More! ☣

Peak at the XML I have made available. Also if your interested "Grauth Thorner" has written a really nice application that can do it for you. If you are wanting to do it by hand then create a template with his app or my guide and view the XML afterwards to see how it was changed and what was used to make the change.


EVE Custom Ship Labeler (desktop application) by Grauth Thorner

Az Tek
You are all kinds of awesome!

"Shoot at anything that moves. If it doesn't move, shoot it anyway, it might move later."

"Do not be too positive. The light at the end of the tunnel could be a train." - Franz Kafka

Az Tek
Overheat.Everything
#6 - 2013-02-10 23:24:30 UTC
Ancy Denaries wrote:
Az Rhea wrote:
Stantum Zateki wrote:
The solution is to insert a < / br > (without spaces) but you will have to encode the < / and > so that EVE can process it. Let me see what I can find.

Edit: Try inserting this at the beginning of the line you want to be moved down.
Quote:
&lt;/br&gt;


Not sure if it will work - but it's the right idea.


Take a look at one of the threads I did.

☣ Client Manipulation: Overview Settings - Color Coding and More! ☣

Peak at the XML I have made available. Also if your interested "Grauth Thorner" has written a really nice application that can do it for you. If you are wanting to do it by hand then create a template with his app or my guide and view the XML afterwards to see how it was changed and what was used to make the change.


EVE Custom Ship Labeler (desktop application) by Grauth Thorner

Az Tek
You are all kinds of awesome!


Glad it helped =)

Fight, Fly, Crow... Bangerang

Grauth Thorner
Vicious Trading Company
#7 - 2013-02-14 11:33:16 UTC
In addition to that... The empty none-labels (shown below) I saw on your pastebin aren't going to do anything. These are the ones that I'm talking about:


< label >
< part name="pre" value=""/ >
< part name="state" value="1"/ >
< part name="type" value="none"/ >
< part name="post" value=""/ >
< /label >

These would only do something if the pre or the post had some value inside them and are only shown when a player is part of a player-corporation. You do however need at least 1 none-label at the end of all labels, with or without a value in the pre or post (like you currently have on your pastebin)

Deleting these wouldn't matter a lot, as they don't do anything anyway.. It may however make the xml slightly easier to read for you =) It seems your problem has already been fixed, but it could be useful for anyone reading this in the future or even for yourself if you want to change the code again manually.

Regards,
Grauth Thorner

View real-time damage statistics in-game

>EVE Live DPS Graph application forum thread

>iciclesoft.com