Hi All,

I am new to xerces and sax so this might be an ubernewbie question. The HTML Character Entities are breaking on me. (example: > & & >) They are being converted to the character they represent and have hard returns wrapped around them. Here is an example of the input vs output:

INPUT:
<description>
In this lesson&#044; students investigate global warming through initial discussion of recent findings of an 11-day lengthening of the growing season caused by warmer temperatures. Students then work in small groups&#044; acting as &#034;organizations&#034; concerned with the trends in global warming&#044; to research and propose solutions for restricting greenhouse gases.
</description>


OUTPUT:
<dc:description>
In this lesson
,
students investigate global warming through initial discussion of recent findings of an 11-day lengthening of the growing season caused by warmer temperatures. Students then work in small groups
,
acting as
"
organizations
"
concerned with the trends in global warming
,
to research and propose solutions for restricting greenhouse gases.
</dc:description>


I need the data to stay the same.

thanks in advance,

--Jeremy Morgan, GEM Project Programmer


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



Reply via email to