• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Linebreak in items.xml

Virgel

New Member
Joined
Jun 14, 2007
Messages
150
Reaction score
2
Greetings!

Ive a small problem.
Id like to do a linebreak so i can do the follow with description:

Code:
<attribute key="description" value=" 1 Line "\n" 2Line"/>

mormaly xml knows the \n comand i think, but maybe im wrong.

Baba and thx for your help
Virgel
 
Maybe <![CDATA[<br/>]]> ..? Just googled it :p

<attribute key="description" value=" 1 Line<![CDATA[<br/>]]> 2Line"/>
 
Back
Top