<%=ResourceLoader.GetResource(session, "items.dsigs.description")%>
<%
//figure out what we are signing
//fetch the xml from ajex/toXml and fill the text area
String id = request.getParameter("id");
String itemtype = request.getParameter("type");
%>
You're about to digitally sign the
<%=StringEscapeUtils.escapeHtml(itemtype)%> identified by the key
<%=StringEscapeUtils.escapeHtml(id)%>.
By electronically signing this UDDI entry, other users will then be able to verify that this entry hasn't been modified.