On Wednesday 10 July 2002 14:04, Nigel Peck wrote: > So why does XML::XPath error on the n' in don't?
The likeliest reason is that your file isn't in the correct encoding. Accents and co will cause trouble if the parser expects UTF-8 but you have you content in another encoding. -- Robin Berjon <[EMAIL PROTECTED]> -- for hire: http://robin.berjon.com/ Radioactive cats have 18 half-lives. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
