Click here to Skip to main content
15,881,794 members
Articles / Programming Languages / Objective C

XMLWriter - A Simple Reusable Class

Rate me:
Please Sign up or sign in to vote.
4.86/5 (41 votes)
20 Mar 2006CPOL2 min read 95.5K   2.6K   43  
An example for reusable code - an XML writer class
<?xml version="1.0" encoding="UTF-8" ?>
<Boby Profession="Software" age="25">
	<!--Personal information-->
	<Home>
		<Address>Pazheparampil</Address>
		<Mobile>09844400873</Mobile>
	</Home>
	<!--Office information-->
	<Office>
		<Address>Bangalore</Address>
		<Ph>0091234567</Ph>
	</Office>
</Boby>

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, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer (Senior) DWS
Australia Australia

Comments and Discussions