"toc_template.xml");
DocumentReader reader = new DocumentReader();
try {
InputStream in = fileUrl.openStream();
if (in != null) {
Toc toc = (Toc) reader.read(in);
toc.setLabel(siteDiplayName);
SiteToc siteToc = new SiteToc(toc, versionMap);
TocContribution contribution = new TocContribution();
contribution.setCategoryId(siteName);
contribution.setContributorId(Activator.getInstance()
.getBundleSymbleName());