bug-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug #17112] Unarchiving some (not all) XML-based nibs using NSKeyedUnar


From: Gregory John Casamento
Subject: [bug #17112] Unarchiving some (not all) XML-based nibs using NSKeyedUnarchiver fails
Date: Sat, 15 Jul 2006 17:07:38 -0400
User-agent: Mozilla/5.0 (X11; U; Linux i686 (x86_64); en-US; rv:1.8) Gecko/20051111 Firefox/1.5

Follow-up Comment #1, bug #17112 (project gnustep):

The problem with the:

"2006-07-15 13:58:38.550 Gorm[97219] Unable to parse XML archive as the base
library was not configured with libxml2 support."

is due to a missing include in the NSKeyedUnarchiver.m file.  It should
include config.h.  This eliminates that problem.   The other issue is that
the XML file contains a "^[" (ESCAPE) character as indicated by this part of
the error:

"at line: 8209 column: 11 ... PCDATA invalid Char value 27"

ESCAPE is illegal in XML and should be represented by an XML entity, if the
XML has been canonicalized.  Apparently Apple's XML isn't.   This is what the
parser is tripping over at that point. 

I am testing a fix for the first issue, which I will commit shortly.   I'm
not sure how to handle the second issue.

GJC

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?func=detailitem&item_id=17112>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/





reply via email to

[Prev in Thread] Current Thread [Next in Thread]