Results 1 to 4 of 4

Thread: Whats wrong with this file???

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Sep 2002
    Location
    Cape Town, SA
    Posts
    144

    Whats wrong with this file???

    Hi

    Attached is arealy small XML file that doesnt work Could someone please look at it and tell me what the problem is

    Thanking you in advance
    PORRASTAR
    Attached Files Attached Files

  2. #2
    Kitten CornedBee's Avatar
    Join Date
    Aug 2001
    Location
    In a microchip!
    Posts
    11,594
    This is a perfectly valid XML file (and you could have posted its contents directly, 4 lines are not worth downloading and unzipping).

    What do you mean, "doesn't work"?
    All the buzzt
    CornedBee

    "Writing specifications is like writing a novel. Writing code is like writing poetry."
    - Anonymous, published by Raymond Chen

    Don't PM me with your problems, I scan most of the forums daily. If you do PM me, I will not answer your question.

  3. #3

    Thread Starter
    Addicted Member
    Join Date
    Sep 2002
    Location
    Cape Town, SA
    Posts
    144
    Hi

    Thanks for the reply. I get the following error:
    An invalid character was found in text content. Error processing resource 'file:///C:/eee.xml'. Line 3, Position 24

  4. #4
    Kitten CornedBee's Avatar
    Join Date
    Aug 2001
    Location
    In a microchip!
    Posts
    11,594
    Ah.

    Apparently those spaces are not only normal spaces, but intermixed non-breaking spaces and normal spaces.

    Replace every non-normal space with &#A0; and you should be fine.
    All the buzzt
    CornedBee

    "Writing specifications is like writing a novel. Writing code is like writing poetry."
    - Anonymous, published by Raymond Chen

    Don't PM me with your problems, I scan most of the forums daily. If you do PM me, I will not answer your question.

Posting Permissions

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



Click Here to Expand Forum to Full Width