<!-- edited with XML Spy v4.2 U (http://www.xmlspy.com) by Richard Sia (CUHK) -->
<?xml-stylesheet type="text/xsl" href="q6b1.xsl"?>
<books>
	<book>
		<title>Java How to Program</title>
		<author>D and D</author>
		<translation edition="1">Spanish</translation>
		<translation edition="1">Chinese</translation>
		<translation edition="1">Japanese</translation>
		<translation edition="2">French</translation>
		<translation edition="2">Japanese</translation>
	</book>
	<book>
		<title>How are you</title>
		<author>K. W. Chiu</author>
		<translation edition="1">English</translation>
	</book>
	<book>
		<title>C++ How to Program</title>
		<author>D et. al.</author>
		<translation edition="1">Korean</translation>
		<translation edition="2">French</translation>
		<translation edition="2">Spanish</translation>
		<translation edition="3">Italian</translation>
		<translation edition="3">Japanese</translation>
	</book>
</books>

