From 40e0464c67370fe1468ed4f02fbd0b2fb036818d Mon Sep 17 00:00:00 2001 From: Mike Gerwitz Date: Wed, 15 Apr 2015 12:26:58 -0400 Subject: [PATCH] Functions and named templates now generate anchors Anchors are generated from the namespace prefix and local name, making it easy (and intuitive) to reference. --- src/xsltexi.xsl | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/xsltexi.xsl b/src/xsltexi.xsl index 73290a1..5578133 100644 --- a/src/xsltexi.xsl +++ b/src/xsltexi.xsl @@ -111,6 +111,9 @@ The return type, if not provided as @code{@as}, defaults to @code{xs:sequence()}. Parameters are output in a style consistent with the XPath specification. + + An anchor will also be generated using the namespace prefix and + local name, which allows for easy and intuitive referencing. -->