This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

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


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@unisvr.net.tw




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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]