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>:
- <script type="text/javascript">
- $(document).ready(function(){
- $('.quotes').randomContent({xmlPath: "xml/quotes.xml", nodeName: "quote"});
- });
- </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:
- <quote>
- This is a verry verry verry verry <line break> ... long quote.
- </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!