here is an xml doc.
<?xml version="1.0" encoding="UTF-8"?>
<questestinterop>
<assessment title="Quiz 1">
<assessmentmetadata>
<bbmd_asi_object_id>_20619_1</bbmd_asi_object_id>
<bbmd_asitype>Assessment</bbmd_asitype>
<bbmd_assessmenttype>Pool</bbmd_assessmenttype>
<bbmd_sectiontype>Subsection</bbmd_sectiontype>
<bbmd_questiontype>Multiple Choice</bbmd_questiontype>
<bbmd_is_from_cartridge>false</bbmd_is_from_cartridge>
<qmd_absolutescore>0.0,12.0</qmd_absolutescore>
<qmd_absolutescore_min>0.0</qmd_absolutescore_min>
<qmd_absolutescore_max>12.0</qmd_absolutescore_max>
<qmd_assessmenttype>Proprietary</qmd_assessmenttype>
<qmd_itemtype>Logical Identifier</qmd_itemtype>
<qmd_levelofdifficulty>School</qmd_levelofdifficulty>
<qmd_maximumscore>0.0</qmd_maximumscore>
<qmd_numberofitems>0</qmd_numberofitems>
<qmd_renderingtype>Proprietary</qmd_renderingtype>
<qmd_responsetype>Single</qmd_responsetype>
<qmd_scoretype>Absolute</qmd_scoretype>
<qmd_status>Normal</qmd_status>
<qmd_timelimit>0</qmd_timelimit>
<qmd_weighting>0.0</qmd_weighting>
<qmd_typeofsolution>Complete</qmd_typeofsolution>
</assessmentmetadata>
<rubric view="All">
<flow_mat class="Block">
<material>
<mat_extension>
<mat_formattedtext type="SMART_TEXT"/>
</mat_extension>
</material>
</flow_mat>
</rubric>
<presentation_material>
<flow_mat class="Block">
<material>
<mat_extension>
<mat_formattedtext type="SMART_TEXT"/>
</mat_extension>
</material>
</flow_mat>
</presentation_material>
<section>
INEED HELP TO PRODUCE an xsl sheet that make it look something like this
<?xml version="1.0" encoding="UTF-8" ?>
- <pools>
<pool>Quiz 1</pool>
- <questions>
- <question number="1" options="4" ref="790ACB01F89E11D687E1687F532E803D">
<qtext>Which of the following Java statements contains a syntax error?</qtext>
<qoption number="1" status="790ACB00F89E11D687E1687F532E803D">int studentAge;</qoption>
<qoption number="2" status="790ACB01F89E11D687E1687F532E803D">studentA ge int;</qoption>
<qoption number="3" status="790ACB02F89E11D687E1687F532E803D">int studentAge = 21;</qoption>
<qoption number="4" status="790ACB03F89E11D687E1687F532E803D">int studentAge; //declare studentAge as an integer</qoption>
</question>
- <question number="2" options="4" ref="34E63940F89F11D687E1687F532E803D">
<qtext>Which of the following Java data types is most appropriate when used to declare a variable denoting a telephone number?</qtext>
<qoption number="1" status="34E63940F89F11D687E1687F532E803D">String</qoption>
<qoption number="2" status="34E63941F89F11D687E1687F532E803D">int</qoption>
<qoption number="3" status="34E63942F89F11D687E1687F532E803D">char</qoption>
<qoption number="4" status="34E63943F89F11D687E1687F532E803D">double</qoption>
</question>
please any advice 1'm struglling big time with Xpath
if e-mail please use thi link