Steffen Mueller wrote: > "Yanick" <[EMAIL PROTECTED]> schrieb im Newsbeitrag > [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > | The long-awaited golfer cards (collect them all!) are available at > | http://babyl.dyndns.org/golf/book.xml > | > | If someone wants to have personal info, you are welcome to > | peek at the underlaying XML code > | (http://babyl.dyndns.org/golf/book.xml?passthru=1) and to send > | me the appropriate patch. :) > > Hey, > you broke my name ;) > > Steffen
It looks like the &#ddd; entities are not being preserved, or are not UTF-8 numbers. If those pass through to the HTML, with a latin-1 encoding, they will probably be rendered correctly. Instead, they're being mapped into UTF-8 space untranslated. Yanick, I'm assuming your XML is going through some XSL transform, yes? Can you make your passthru preserve the <?xml?> tag and the xslt link? For those of us using and XML browser, e.g. Mozilla, we can render the XML directly instead of via your CGI. Chris