String childNodeHref = rootHref + URLDecoder.decode(childNode.getPath(), "UTF-8");
writer.writeAttribute(XML_HREF, childNodeHref);
writer.writeEndElement();
}
writer.writeEndElement();
writer.writeEndDocument();
}
catch (RepositoryException e)
{
LOG.error("Error has occured : ", e);
}