<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="Generator" CONTENT="MS Exchange Server version 5.5.2653.12">
<TITLE>question on how to retrieve text/content</TITLE>
</HEAD>
<BODY>

<P><FONT SIZE=2 FACE="Arial">Hi all:</FONT>
</P>

<P><FONT SIZE=2 FACE="Arial">If I have an xml element in the following format:</FONT>
</P>

<P><FONT SIZE=2 FACE="Arial">&lt;competitors&gt;A&lt;nl/&gt;B&lt;nl/&gt;C&lt;/competitors&gt;</FONT>
</P>

<P><FONT SIZE=2 FACE="Arial">Which API function can retrieve &quot;A&lt;nl/&gt;B&lt;nl/&gt;C&quot; as a string? I tried getText(), getTextNormalize() but they always return &quot;ABC&quot;.. instead I wanted &quot;A B C&quot; or &quot;A&lt;nl/&gt;B&lt;nl/&gt;C&quot;.. I guess I could do a getContent and then process every item on the list.. but it seems quite tedious.. </FONT></P>

<P><FONT SIZE=2 FACE="Arial">Any suggestions out there?</FONT>
</P>

<P><FONT SIZE=2 FACE="Arial">Thanks</FONT>
</P>

<P><FONT SIZE=2 FACE="Arial">Charlie</FONT>
</P>

</BODY>
</HTML>