Portal Engine Questions on portal engine and web parts.
Version 4.x > Portal Engine > Parse xml View modes: 
User avatar
Member
Member
kyle-iedesign.co - 6/11/2009 6:06:46 AM
   
Parse xml
We are trying to display a set of results that are generated from an external webservice. The data comes back as xml and is in the following structure...

<Services TotalRecordCount="100">
<Service>
<RowNum>1</RowNum>
..... etc
</service>
<Service>
<RowNum>2</RowNum>
..... etc
</service>

....etc

</Services>


Anyone know of a way todo this? i have tried searching the forums etc and got in contact with support, but im not having luck with either.

User avatar
Kentico Consulting
Kentico Consulting
kentico_mirekr - 6/11/2009 6:49:27 AM
   
RE:Parse xml
Hi,

I would suggest you to get your XML data and convert it into Dataset object and then use this dataset object in some of the .NET viewer controls to display the data. I would also recommend you to create your custom web part for this purpose.

Best Regards,
Miroslav Remias