[thelist] White space + cold fusion

Stevenson Ngila Stevenson at epr.footman-walker.com
Fri Mar 28 01:45:37 CST 2003


Hi all,

How can i remove white spaces in cold fusion i.e.
I have an xml document generated by cold fusion,
but the generated xml doc looks like:
<><><><><><><><><><><><><><><><><><><><><><><><>
<names>




	<firstname>john</firstname>
</names>
<><><><><><><><><><><><><><><><><><><><><><><><>

how can i remove the space between <names> and <firstname>

The code used to generate the above is:

<><><><><><><><><><><><><><><><><><><><><><><><>
<cfoutput>
<names>
	<cfstoredproc procedure="sp_Getnames" datasource="#Application.theDb#">
		<cfprocparam dbvarname=@iCallNumber type="out" variable="CallNumber"
cfsqltype="CF_SQL_VARCHAR">
	</cfstoredproc>
	<firstname>#CallNumber#</firstname>
</names>
<cfoutput>
<><><><><><><><><><><><><><><><><><><><><><><><>




More information about the thelist mailing list