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]

Tab delimited file


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

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