XML data parserSubscribe to RSS - XML data parser

Parsing XML data in Tizen Native App

Introduction

Libxml2 is a commonly known XML parser and toolkit written in the C language and is freely available for integration into apps. Libxml2 library implements functions for reading, creating and manipulating XML data.

The strength of Libxml2 library is, it includes basic FTP and HTTP clients and there is no need to keep the XML file to be parsed in the local storage. In this tip document, the above mentioned library is used to build up a complete native application in Tizen which will provide the facility to use required data after parsing.