<!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>RE: [jdom-interest] ordered insert</TITLE>
</HEAD>
<BODY>

<P><FONT SIZE=2>Hi all,</FONT>
<BR><FONT SIZE=2>In our project, We have a servlet which takes the parameters from the url</FONT>
<BR><FONT SIZE=2>and sets it in the JDOM Element. We use XSLT to convert this to html to</FONT>
<BR><FONT SIZE=2>respond back to the browser.</FONT>
<BR><FONT SIZE=2>It works fine, except when there is a text area, which gets a new line </FONT>
<BR><FONT SIZE=2>character. When we submit a new line character, after XSLT there are 2 new</FONT>
<BR><FONT SIZE=2>line characters. We are using JDOM b7 and xalan 1.4</FONT>
</P>

<P><FONT SIZE=2>Can anybody suggest where the problem is ? (whether it is in URL decoding/</FONT>
<BR><FONT SIZE=2>JDOM/XSLT) ?</FONT>
</P>

<P><FONT SIZE=2>mani</FONT>
</P>

</BODY>
</HTML>