in reply to Re^2: XML Parser error
in thread XML Parser error

but I believe the files are correctly encoded.

Believes are a bad basis for debugging. Open the file in a hex editor (or use hexdump -C) and check if the bytes corresponding to the ® are C2 AE. Only then do you know that it's not an encoding issue, and then I'm willing to look into other possible causes.

Replies are listed 'Best First'.
Re^4: XML Parser error
by Anonymous Monk on Aug 26, 2011 at 14:30 UTC
    Ok, in my HEX view it's AE. Unfortunately I don't have control over how the XML pages are encoded.

    So what does this mean?

    thanks,
    Scott

        Yes! that worked great, thank you.

        Scott