hello,

I've got a problem when outputting my nodes; I get the folling

<a>10000
</a> 

when what I want is 

<a>10000</a>

I'm doing it using

doc.createElement("a");

then appendchild 10000  and this putting the end element on the next line.

I've tried using setNodeValue(10000) but I can't get this to work.

I'm sure there;s a really simple solution to this - can anybody point it 
out for me ?  (I'm outputting using the code from DOMPrint but again I
can't see anything to avoid the newline before the closing tag)

thanks in advance 

Richard.


----------------------------------------------------------------------
The information contained in this e-mail is confidential and solely for 
the intended addressee(s). Unauthorised reproduction, disclosure, modification, 
and/or distribution of this email may be unlawful. If you have received 
this email in error, please notify the sender immediately and delete it 
from your system. The views expressed in this message do not necessarily 
reflect those of LIFFE (Holdings) Plc or any of its subsidiary companies.
----------------------------------------------------------------------

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to