Click here to Skip to main content
15,896,348 members
Articles / Programming Languages / XML

UTF-8 encoded XML file/stream processing

Rate me:
Please Sign up or sign in to vote.
3.58/5 (9 votes)
5 Jan 20072 min read 84.6K   6K   31  
Process an UTF-8 encoded XML file or stream; read group & attribute values; write & delete grps, attribs, values & comments.
#ifndef _TEST_XMLsbs_
#define _TEST_XMLsbs_
// ============================================================================	//
//				T E S T _ X M L s b s . h			//
// ============================================================================	//
#include "XM8calls.h"

// ============================================================================	//
// Definitions									//
// ============================================================================	//


// ============================================================================	//
// Typedefs									//
// ============================================================================	//


// ============================================================================	//
// Global data									//
// ============================================================================	//


// ============================================================================	//
// Prototypes									//
// ============================================================================	//
extern bool TEST_processIniFile	    (void);
extern bool TEST_processIniFile2    (void);
extern bool TEST_processIniFile3    (void);


#endif//_TEST_XMLsbs_


By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

A list of licenses authors might use can be found here


Written By
Web Developer
United Kingdom United Kingdom
BSc (St.Andrews(1963-67))
MSCE
Systems Programmer 39+yrs
Married to first wife 35yrs & counting, four grown-up children
Religious opinions similar to MelG's
It is not the gnosis, but the praxis must be the fruit. (Aristotle)

Comments and Discussions