Rule: Don't replicate the context.
When a template is applied, the context is changed to the matching node.
So use it!!!
Replicating the context is just extra work.
Keep in mind every select expression causes a document traversal of some sort.
Minimizing document traversals optimizes your stylesheet for performance.
Rule: Don't use rooted XPath expressions unless you absolutely need it.