At 8:42 PM -0500 7/24/03, Elizabeth Barham wrote:
Hi,

   I wrote the following  program and gave it the following XML:

<?xml version="1.0" encoding="UTF-8"?>
<test>
  <doc>&#8220;Here</doc>
</test>

   It seems to me that &#8220; should be a left double quote, but Java
interprets it as ? as before. Here is the output:


This likely has little to do with either Java or Xerces. Most likely your console is incapable of displaying that character, either due to limitations in its programming or lack of fonts. Certainly your code is insufficient to prove the existence of a bug.
--


  Elliotte Rusty Harold
  [EMAIL PROTECTED]
  Processing XML with Java (Addison-Wesley, 2002)
  http://www.cafeconleche.org/books/xmljava
  http://www.amazon.com/exec/obidos/ISBN%3D0201771861/cafeaulaitA

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to