<!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"><competitors>A<nl/>B<nl/>C</competitors></FONT>
</P>
<P><FONT SIZE=2 FACE="Arial">Which API function can retrieve "A<nl/>B<nl/>C" as a string? I tried getText(), getTextNormalize() but they always return "ABC".. instead I wanted "A B C" or "A<nl/>B<nl/>C".. 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>