Graeme Ing wrote:
Hello all,

I’m using Xerces 2.7 and I’m trying to parse the following snippet from my XML file:

<title>Junk Mail - just how &#8220;heavy&#8221; a problem is it?</title>

The xml header/encoding on the file is:

<?xml version="1.0" encoding="UTF-8"?>

When I parse this and walk the DOM and extract the contents of this title node, I get back:

Junk Mail - just how “heavy” a problem is it?


This is a question for the Xerces-C list, not for the Xalan-C list.

Dave

Reply via email to