[xsl] how to reserve single space after transformation

Subject: [xsl] how to reserve single space after transformation
From: "Lin, Jessica" <jlin@xxxxxxxxxxx>
Date: Mon, 5 Mar 2007 11:28:11 -0800
Hi,

I am doing XML to XML transform by using saxon 8. But the result changed
from single space to empty space, could you please help me for this
problem?

<category_label>
	<string> </string>
</category_label>


to:

<category_label>
	<string/>
</category_label>


Thanks,
Jessica

Current Thread