> You could try encoding the file as UTF-16, and mark it as so:
>
> <?xml version="1.0" encoding="UTF-16"?>
> <...>
>
Unfortunately, that gets me "Switch from current encoding to specified
encoding nt supported."
I've tried finding every spot in this code (which covers 3 different
files) to set the encoding and the best I get is a bunch of garbage
characters (which XML really doesn't like). At this point it may just
be easier to change the page to not use XML (there's really no reason
for it to be using XML in the first place), That's the "permanent"
solution I'm going to suggest, anyway. It's better than having to strip
out characters (either on our end or from the database interface we're
getting it from).
Scott
--
---------------------------
Scott Brady
http://www.scottbrady.net/
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

