1. Het Panza's Avatar
    Error encountered during XML parse: An attribute may not contain value '<'.
    This writing in my facebook profile, Why? And How do I cleaning and normally, help me in solution

    Posted from my CrackBerry at wapforums.crackberry.com
    02-09-10 06:43 PM
  2. Het Panza's Avatar
    Error encountered during XML parse: An attribute value may not contain '<'.
    What is it?and this writing in my facebook profile,,,,I need setting and solution for facebook normally

    Thanks
    02-09-10 10:49 PM
  3. randi_r's Avatar
    You can clean up the XML file.

    Code:
    # Script CleanXML.txt
    var str content
    cat "file.xml" > $content
    while ( { sen "^<^" $content } > 0 )
       sal "^<^" "" $content > null
    echo $content > "file.xml"


    Run the script as

    Code:
    C:/biterscripting/biterscripting.exe "CleanXML.txt"
    It will remove all < from file.xml.
    02-23-10 11:30 AM
  4. pkemmerlin's Avatar
    I don't understand how or where to run the script?? Please explain more throughly. Thanks.
    06-24-10 09:04 AM
LINK TO POST COPIED TO CLIPBOARD