<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet title="XSLT_example1" type="text/xsl" href="xslt_example1.xsl"?>
<!-- Author: Robert Lie (mobilefish.com) -->

<exam subject="actionscript">

<!-- ##################################################### -->
<examitem>
<category>   	
1
</category>
<question>		
<![CDATA[ 
Are there 365 days in a days year?
]]>
</question>
<answers>
<answer solution="t">
<![CDATA[ 
Yes
]]>
</answer>
<answer solution="f">
<![CDATA[ 
No
]]>
</answer>
</answers>
<explanation>
<![CDATA[
Only a leap year has 366 days.
]]>
</explanation>
</examitem>

<!-- ##################################################### -->
<examitem>
<category>   	
2
</category>
<question>		
<![CDATA[ 
Is Paris the capital of France?
]]>
</question>
<answers>
<answer solution="t">
<![CDATA[ 
Yes
]]>
</answer>
<answer solution="f">
<![CDATA[ 
No
]]>
</answer>
</answers>
<explanation>
<![CDATA[
France is a country in Europe.
]]>
</explanation>
</examitem>

<!-- ##################################################### -->
<examitem>
<category>   	
1
</category>
<question>		
<![CDATA[ 
Are there 6 days in a week?
]]>
</question>
<answers>
<answer solution="t">
<![CDATA[ 
No
]]>
</answer>
<answer solution="f">
<![CDATA[ 
Yes
]]>
</answer>
</answers>
<explanation>
<![CDATA[
There are 7 day in a week.
]]>
</explanation>
</examitem>

<!-- ##################################################### -->
<examitem>
<category>   	
2
</category>
<question>		
<![CDATA[ 
Is Amsterdam the capital of Germany?
]]>
</question>
<answers>
<answer solution="t">
<![CDATA[ 
No
]]>
</answer>
<answer solution="f">
<![CDATA[ 
Yes
]]>
</answer>
</answers>
<explanation>
<![CDATA[
Amsterdam the capital of the Netherlands?
]]>
</explanation>
</examitem>

</exam>
