User Tag List

Results 1 to 3 of 3

Thread: Bug in XML parser object?

  1. #1
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleSWF Export Module

    Join Date
    Jun 2006
    Location
    Sweden
    Posts
    161
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Bug in XML parser object?

    I am trying to parse some XML files that follows a perhpas strange standard (used in swedish publishing companies to exchange ads).

    That is, they have all information in the attribute tag in the xml file and nothing in the content (between the tags).
    However, this is supposedly as it should be according to this specification.

    This brings me to my problem - the XML parser has severe problems when it comes to reading attributes with spaces in them.
    It simply ignores all text after up to one character before the space.
    I.e the string "The xml code is boring" reads like "Th". This makes importing this data kind of impossible.

    I have uploaded a sample xml file and a mfa application in the
    file archive.
    URL: ZIP file with MFA and XML file

  2. #2
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleSWF Export Module

    Join Date
    Jun 2006
    Location
    Sweden
    Posts
    161
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Bug in XML parser object?

    Quick note:
    The xml file that is included isn't at all the real file I am trying to parse.
    It is only something I quickly wrote to show on the possible bug.

  3. #3
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleSWF Export Module

    Join Date
    Jun 2006
    Location
    Sweden
    Posts
    161
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Bug in XML parser object?

    I get the impression that nobody cares about this bug?
    Has anyone from CT noticed it and is it possible that it will be fixed or should I move to EasyXML?

Similar Threads

  1. From String Parser Object to NumbersList Object
    By Gullyking in forum Multimedia Fusion 2 - Technical Support
    Replies: 0
    Last Post: 13th October 2012, 03:37 PM
  2. Get object and string parser
    By Jymswiss in forum Android Export Module Version 2.0
    Replies: 1
    Last Post: 23rd January 2012, 12:33 AM
  3. [BUG] Commandline Parser object
    By Quinto in forum Extension Development
    Replies: 2
    Last Post: 17th October 2011, 11:19 AM
  4. [BUG] Commandline Parser object example
    By Quinto in forum File Archive
    Replies: 0
    Last Post: 17th October 2011, 11:18 AM
  5. XML Parser Object
    By Qvazzler in forum Multimedia Fusion 2 - Technical Support
    Replies: 3
    Last Post: 26th November 2008, 02:50 PM

Posting Permissions

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