Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by zeoth

  1. zeoth

    XML encoding with Apache XERCES

    The reason why I think the output looks wrong is because I don't believe that string is UTF-8 compliant. Most of the problem we are having is with funny characters such as the nbsp (none breakable space). I thought UTF-8 encoding is suppose to take care of such funny characters by encoding them...
  2. zeoth

    XML encoding with Apache XERCES

    I am trying to encode an xml document I created to be UTF-8 compliant. So far, I keep getting back a string that hasn't been encoded and I am not sure why. Here's part of what I did. import java.io.*; import org.w3c.dom.*; import org.apache.xml.serialize.*; import...

Part and Inventory Search

Back
Top