[216680] In documentation are the {} forgotton in the 'Examples'.
diff --git a/org.eclipse.wst.common.snippets/schema/SnippetContributions.exsd b/org.eclipse.wst.common.snippets/schema/SnippetContributions.exsd
index d36fb7c..5239df2 100644
--- a/org.eclipse.wst.common.snippets/schema/SnippetContributions.exsd
+++ b/org.eclipse.wst.common.snippets/schema/SnippetContributions.exsd
@@ -254,7 +254,7 @@
               class="org.eclipse.wst.common.snippets.insertions.PrependInsertion"
               id="org.eclipse.wst.jsp.jsp_taglib_directive">
            <content>
-              <![CDATA[ <%@taglib uri="$uri" prefix="$prefix" %> ]]>
+              <![CDATA[ <%@taglib uri="${uri}" prefix="${prefix}" %> ]]>
            </content>
            <variable
                  description="%jsp_taglib_directive_uri"