Subject: attributes ordering
From: Honglin Su <hosu@xxxxxxxxxxx>
Date: Wed, 22 Sep 1999 16:14:41 -0400
|
Hi, there,
When I use @* to represent the attribute list, I find that it maintain
the attribute in alphabet order,
e.g. <ATOM PHASE="GAS" NAME="Hydrogen" SYMBOL="H" ATOMIC_NUMBER="1"
ATOMIC_WEIGHT="1.00794"/>
@* for the above might be ATOMIC_NUMBER="1" ATOMIC_WEIGHT="1.00794"
NAME="Hydrogen" PHASE="GAS" SYMBOL="H". Sometimes, if the order is
important, how can I keep the attribute order instead of using @*?
Thank you!
Honglin
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|