> From: Robert J. Lebowitz [mailto:[EMAIL PROTECTED]] > > I suspect that this is more of a generic XML question, but I have an error > showing up when I use the TRAXTransformer on one of my xml documents. > > It doesn't like the presence of a unicode 0x85 character. > > I'm not even sure where this character is within the xml source, but was > wondering if there isn't some kind processing instruction I can use to > translate the 0x85 to some other acceptable value?
This sounds like you do not have correct encoding declared in your xml file, like: <?xml version="1.0" encoding="ISO...."?> Vadim > Rob > --------------------------------------------------------------------- Please check that your question has not already been answered in the FAQ before posting. <http://xml.apache.org/cocoon/faqs.html> To unsubscribe, e-mail: <[EMAIL PROTECTED]> For additional commands, e-mail: <[EMAIL PROTECTED]>
