Subject: Tab delimited file
From: "Carlos Sanchez" <carlos@xxxxxxxx>
Date: Wed, 17 May 2000 15:30:15 -0500
|
Given the following XML
<?xml version="1.0"?>
<results>
<assetType>Bond</assetType>
<assetType>BondFuture</assetType>
<assetType>BondOption</assetType>
<assetType>Cash</assetType>
<assetType>Commodity</assetType>
<assetType>ConvertibleBond</assetType>
<assetType>Equity</assetType>
<assetType>EquityOption</assetType>
<assetType>FRN</assetType>
<assetType>FXOption</assetType>
<assetType>InterestRateFuture</assetType>
<assetType>MutualFund</assetType>
<assetType>Swap</assetType>
<assetType>Warrant</assetType>
</results>
I want to output a tab delimited file like
Asset List
# Name
1 Bond
2 BondFuture
3 BondOption
...
Thx,
Carlos Sanchez
The RiskMetrics group
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|