Re: CFXML problems
Re: CFXML problems
- Subject: Re: CFXML problems
- From: Dan Crevier <email@hidden>
- Date: Sun, 02 Jun 2002 23:44:12 -0700
On 6/2/2002 1:49 PM, "Ross Schulman" <email@hidden> wrote:
>
I'm sorry if this is the wrong list for this question, I know it isn't
>
cocoa, but the application I'm including the CFXML in is cocoa, so maybe
>
that counts. : )
>
>
My problem is that the CFStrings I'm extracting from the CFXML nodes
>
contain only part of the strings that were in the original XML... namely,
>
only up to the first semicolon of the string. They simply cut off after
>
this. I know I'm getting the proper strings because everything before the
>
semicolons is fine (and any structures in the XML that don't have
>
semicolons come through totally fine).
>
Anyone else ever experience this or have a solution? I'd be happy to
>
email the code to whoever wants to give it a shot, if that'll help.
Are you using the low level routines? If so, are you handling the
kCFXMLNodeTypeEntityReference message? Maybe you've got an entity, or the
parser thinks you do.
Dan
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.