{
// parse the config file and register the skin's additional stylesheets.
InputStream in = url.openStream();
if (in != null)
{
SkinsNode metaInfSkinsNode =
_getSkinsNodeFromInputStream(null, null, in, _getDefaultManager(),
_META_INF_CONFIG_FILE);
allSkinsNodes.add(metaInfSkinsNode);
in.close();