difficulties with xml
- To: mathgroup at smc.vnet.net
- Subject: [mg69288] difficulties with xml
- From: Pascal Mercier <pascalmercier at shaw.ca>
- Date: Tue, 5 Sep 2006 05:31:07 -0400 (EDT)
- Sender: owner-wri-mathgroup at wolfram.com
Dear all, I am having problems accessing and changing xml attributes/properties after importing an xml file and I'm looking for some help. z=Import["xmltest.xml","XML"]; part of z looks like the following (sorry for the long lines here) XMLElement[ensemble, {ensemble->1}, { XMLElement[peak, {peakID->1}, { XMLElement [freq,{},{3.123}] , XMLElement [vol,{},{12.12}] } ] , XMLElement[peak, {peakID->2}, { XMLElement [freq,{},{8.101}] , XMLElement [vol,{},{0.552}] }]}] XMLElement[ensemble, {ensemble->2}, { XMLElement[peak, {peakID->1}, { XMLElement [freq,{},{6.163}] , XMLElement [vol,{},{2.111}] } ] , XMLElement[peak, {peakID->2}, { XMLElement [freq,{},{12.884}] , XMLElement [vol,{},{0.221}] }]}]
- Follow-Ups:
- Re: difficulties with xml
- From: "Chris Chiasson" <chris@chiasson.name>
- Re: difficulties with xml