<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 5.50.4616.200" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>I have an XML document with an element that looks 
something like this:</FONT></DIV>
<DIV><FONT face=Arial size=2>&lt;element attribute="this</FONT></DIV>
<DIV><FONT face=Arial size=2>has</FONT></DIV>
<DIV><FONT face=Arial size=2>line</FONT></DIV>
<DIV><FONT face=Arial size=2>breaks"/&gt;</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>When I&nbsp;try to&nbsp;read this in using JDOM 
(B6) the call to getAttributeValue returns "this has line breaks".&nbsp; The 
line breaks having been replaced by regular spaces.&nbsp; </FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>It looks to my in-experienced eye that the SAX 
Parser is passing the value to SAXHandler.startElement already 
de-linebreaked.&nbsp; Does anyone know of a way in either B6 or B7 to work 
around this (B6 preferred since I don't want to switch to B7 until after 
I&nbsp;deliver the current version&nbsp;later this week).</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Many thanks,</FONT></DIV>
<DIV><FONT face=Arial size=2>Ken</FONT></DIV></BODY></HTML>