In order to get any output at all, you must have written some code.

If you look closely at the code you wrote, you might be able to spot the 
problem.

A key fact to remember is that the SAX specification permits the parser to 
break up chunks of text into as many smaller sections as it likes.


-- 
Bill Michell



-----Original Message-----
From: Jeremy Morgan [mailto:[EMAIL PROTECTED] 
Sent: Monday, January 26, 2004 4:29 PM
To: [EMAIL PROTECTED]
Subject: special characters


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]


BBCi at http://www.bbc.co.uk/

This e-mail (and any attachments) is confidential and may contain
personal views which are not the views of the BBC unless specifically
stated.
If you have received it in error, please delete it from your system. 
Do not use, copy or disclose the information in any way nor act in
reliance on it and notify the sender immediately. Please note that the
BBC monitors e-mails sent or received. 
Further communication will signify your consent to this.

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

Reply via email to