Results 1 to 2 of 2

Thread: XML and Ampersand

  1. #1

    Thread Starter
    Hyperactive Member noble's Avatar
    Join Date
    Nov 2000
    Location
    Philly
    Posts
    471

    XML and Ampersand

    I'm writing a piece of code that is parsing a file and putting it
    into a structured XML file. When i try to open up that xml file in IE
    it will break at a line with an '&' symbol (ampersand) saying that
    whitespace is not permitted here. I rewrote the piece of code
    to avoid writing anything with an ampersand in it and it opens
    fine in IE.

    What do i have to do to fix this?

    Thanks for any help....
    Bababooey
    Tatatoothy
    Mamamonkey

  2. #2
    Frenzied Member Rick Bull's Avatar
    Join Date
    Apr 2002
    Location
    England
    Posts
    1,444
    If I understand you correctly when you need just an ampersand you use & rather than just plain &

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