If YES
Your XSLT needs an
@xpath-default-namespace
to read the source file!
If you don't add one, nothing will process!
If NO
Your XSLT should NOT have an
@xpath-default-namespace
at ALL!
REMOVE it if it's there
or nothing will process!
<section class="page">
<div class="panel">
<!-- contents of the panel
to output here -->
</div>
</section>
Planting @id attributes for link targets
It's easy to nest elements that aren't good HTML syntax!
In our example, <figure> and <div> must not nest inside <p>!