// the tag create metadata. Get a tag creation provider?
Map attributes = new LinkedHashMap();
attributes.put("href", ""); //$NON-NLS-1$//$NON-NLS-2$
attributes.put("rel", "Stylesheet"); //$NON-NLS-1$//$NON-NLS-2$
attributes.put("type", "text/css"); //$NON-NLS-1$//$NON-NLS-2$
Command command = new AddSubNodeCommand(
PDPlugin.getResourceString("ItemCreationEditPolicy.CommandLabel.CreateItem"),//$NON-NLS-1$
_parentElement, IHTMLConstants.TAG_LINK, ITLDConstants.URI_HTML,
attributes);
command.execute();
}