[xsl] Get a comma delimited string of nodenames.

Subject: [xsl] Get a comma delimited string of nodenames.
From: "S K" <shishirpradnya@xxxxxxxxxxx>
Date: Wed, 02 Apr 2003 22:49:33 -0500
Hi I have an xml like this:

<?xml version="1.0" ?>
<root>
  <data_field1>value1</data_field1>
  <data_field2>value1</data_field2>
  <data_field3>value1</data_field3>
  <data_field4>value1</data_field4>
</root>

I am trying to get back a string in the form:

"data_field1,data_field2,data_field3,data_field4"

Any help will be appreciated...

-Shishir







_________________________________________________________________
Protect your PC - get McAfee.com VirusScan Online http://clinic.mcafee.com/clinic/ibuy/campaign.asp?cid=3963



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



Current Thread