Q1). class>
<attributes>
<attr type='static' name='max num' default=0>
<attr type='inst' name='num = 0'\>
</attributes>
<methods>
<meth type='macro' code='x < y & y > z'\>
<meth name='getMax'>
<!CDATA[[
if (num > max num) then max num = num
]]>
</meth>
</methods>
</class>
Referring to the XML data above, how many well-formedness errors does a JAXP processor find?
a) Zero
b) Two
c) Three
d) Five
e) Six
<attributes>
<attr type='static' name='max num' default=0>
<attr type='inst' name='num = 0'\>
</attributes>
<methods>
<meth type='macro' code='x < y & y > z'\>
<meth name='getMax'>
<!CDATA[[
if (num > max num) then max num = num
]]>
</meth>
</methods>
</class>
Referring to the XML data above, how many well-formedness errors does a JAXP processor find?
a) Zero
b) Two
c) Three
d) Five
e) Six
Comment