Display data in dojo

snardley

New Member
I have an XML file that contains one set of data and this has to be represented in one of the many dojo content panes of a HTML page. I've tried dojox.grid.DataGrid and it works; however since the data grid is used to generally represent tabular data, I don't want to use data grid.Is there any other way to represent this data in a simple format?The XML file is something like this:\[code\]<Summary> <neName>abc</neName> <neType>pqr</neType> <neRelease>2.0</neRelease> <neAddress>10.10.82.105</neAddress> <supervisionState>SUPERVISED</supervisionState> <operationalState>ENABLED</operationalState> <alignmentState>ALIGNED</alignmentState> <criticalAlarms>0</criticalAlarms> <majorAlarms>0</majorAlarms> <minorAlarms>0</minorAlarms> <noOfShelves>5</noOfShelves></Summary>\[/code\]I want this data to be represented something like this:
x5bpJ.jpg
 
Back
Top