[xsl] How to copy xml which attributes are processed with normalize-space function

Subject: [xsl] How to copy xml which attributes are processed with normalize-space function
From: "Yang" <sfyang@xxxxxxxxxxxxx>
Date: Thu, 19 Apr 2001 15:09:43 +0800
HI,  I need suggestion to use xslt for following tasks.

A  pieces of xml is constructed from a series of  **list** elements such as:

<list a="a0  " b="  b0"/>
<list a="a1  "  b="b1  "/>
 ..

The attributes **a** and **b** are processed with normalize-space function
to  squeeze out the white-space before taking further transformation
actions.

I have difficulty to get copy-of,  normalize-space, attribute work together
and need your help.

Some suggestions? please!!

Sun-fu Yang

sfyang@xxxxxxxxxxxxx




 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread