Read XSLT 2.0 and XPath 2.0 Programmer's Reference, 4th Edition Online
Authors: Michael Kay
The template starts by locating the
family-of-child
key defined earlier. Then it selects the
indi
key is used.
If the data is not all present, for example if there is no
$father
and or
$mother
variables will simply identify an empty sequence. The subsequent
The actual hyperlinks are generated by using
mode=“link”
: this gets reused for all the other links on the page, and we'll see later how it works. The
character reference outputs a nonbreaking space. It's actually simpler to do this than to output an ordinary space, which would require an
nbsp
in the
declaration and then use
in place of
.