diff --git a/doc/src/sgml/standalone-profile.xsl b/doc/src/sgml/standalone-profile.xsl
index ea8a8f1728..1b3938a638 100644
--- a/doc/src/sgml/standalone-profile.xsl
+++ b/doc/src/sgml/standalone-profile.xsl
@@ -40,6 +40,10 @@ variant without links and references to the main documentation.
   <xsl:text>the documentation about client authentication and libpq</xsl:text>
 </xsl:template>
 
+<xsl:template match="xref[@linkend='collation']">
+  <xsl:text>the documentation</xsl:text>
+</xsl:template>
+
 <xsl:template match="xref[@linkend='docguide-toolsets']">
   <xsl:text>the main documentation's appendix on documentation</xsl:text>
 </xsl:template>
@@ -60,6 +64,10 @@ variant without links and references to the main documentation.
   <xsl:text>the documentation</xsl:text>
 </xsl:template>
 
+<xsl:template match="xref[@linkend='locale-providers']">
+  <xsl:text>the documentation</xsl:text>
+</xsl:template>
+
 <xsl:template match="xref[@linkend='plpython-python23']">
   <xsl:text>the </xsl:text><application>PL/Python</application><xsl:text> documentation</xsl:text>
 </xsl:template>
