line break xml ?

line break xml ?

Hello, I got a Question: How do I make line breaks in my xml file?

this is what I got in my <head>:

  1. <script type="text/javascript">

  2. $(document).ready(function(){

  3.     $('.quotes').randomContent({xmlPath: "xml/quotes.xml", nodeName: "quote"});

  4. });

  5. </script>


As you can see, it takes a random quote from my xml file.

But I have some long quotes wich I want to line break like this:

  1. <quote>
  2.       This is a verry verry verry verry <line break> ... long quote.
  3. </quote>

I have been searching but I can't find a salution. I'm not experienced in xml (yet)..
So any answer would be great :)

Thank you in advanced!