+ Reply to Thread
Results 1 to 3 of 3

Thread: How can I add 2 blank lines between text in xml?

  1. #1
    Silent Heart is offline Junior Member Silent Heart is on a distinguished road
    Join Date
    Nov 2007
    Posts
    1
    Rep Power
    0

    How can I add 2 blank lines between text in xml?

    Example:
    <pic13 name="Contacts" caption="This is the space where you can put in your own customised caption for each image. "/>

    How can I bring 'put in your own customised caption for each image' to the next line?

  2. #2
    Dude X is offline Junior Member Dude X is on a distinguished road
    Join Date
    Nov 2007
    Posts
    1
    Rep Power
    0
    Attributes cannot have a newline in them (at least not intuitivelly). I would suggest restructuring teh XML in your example to:
    <pic13>
    <name>Contacts</name>
    <caption>This is the space where you can
    put in your own customised caption for each image
    </caption>
    </pic13>

  3. #3
    chemical0815 is offline Banned chemical0815 is on a distinguished road
    Join Date
    Sep 2008
    Posts
    2
    Rep Power
    0

    Post ooh

    :-* :-* :-* :-* :-* :-* :-* :-* :-* :-*

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Similar Threads

  1. Record text field to XML?
    By cjbrx3115 in forum XML and XSLT
    Replies: 0
    Last Post: 11-15-2007, 04:58 AM
  2. How can i use text wrapping in CSS?
    By jaggedlancer in forum XHTML and CSS
    Replies: 1
    Last Post: 06-18-2007, 07:26 AM
  3. xhtml text alignment?
    By coolbelair2000 in forum XHTML and CSS
    Replies: 0
    Last Post: 06-14-2007, 08:09 AM
  4. how to insert blank space in xml file in .net?
    By neha sharma in forum XML and XSLT
    Replies: 0
    Last Post: 04-20-2007, 02:52 AM
  5. HTML and Text Newsletter
    By Steve F in forum XHTML and CSS
    Replies: 0
    Last Post: 03-22-2007, 12:06 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts