<!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><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"/></FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>When I try to read this in using JDOM
(B6) the call to getAttributeValue returns "this has line breaks". The
line breaks having been replaced by regular spaces. </FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </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. 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 deliver the current version later this week).</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>Many thanks,</FONT></DIV>
<DIV><FONT face=Arial size=2>Ken</FONT></DIV></BODY></HTML>