When developing XSL Stylesheets, you may often need to output a formatted number.
With more complex output structures, you may need to maintain links between objects using the same counters. We suggest you create reusable templates to maintain consistency and ensure accurate output.
<?xml version=”1.0″?>
<Certification>
<Exam>
<Item>
<Question>Should I use XML?</Question>
<Answer>Duh.</Answer>
</Item>
<Item>
<Question>Should I use XSL?</Question>
<Answer>Of course.</Answer>
</Item>
[...]