Hi,
I have xml data in following format. I need to parse only <metricPath> and
<value> and show in a UI format. I am able to parse a json data. But how
can I parse an XML data?
<metric-datas>
<metric-data>
<metricPath>
Application Infrastructure Performance|MineStar|Individual
Nodes|Node 2
9383|JMX|Test|CacheSize
</metricPath>
<metricName>Server|Component:7|JMX|Test|CacheSize</metricName>
<frequency>ONE_MIN</frequency>
<metricValues>
<metric-value>
<startTimeInMillis>1411463700000</startTimeInMillis>
<value>250</value>
<min>250</min>
<max>250</max>
<current>250</current>
<sum>1750</sum>
<count>7</count>
<standardDeviation>0.0</standardDeviation>
<occurrences>0</occurrences>
<useRange>true</useRange>
</metric-value>
</metricValues>
</metric-data></metric-datas>
--
You received this message because you are subscribed to the Google Groups
"Google Visualization API" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/google-visualization-api.
For more options, visit https://groups.google.com/d/optout.