// CONTENT IS OPTIONAL - can be 0 or 1
if(tag.equals(IW3CXMLConfiguration.CONTENT_ELEMENT)) {
if (!foundContent){
foundContent = true;
IContentEntity aContent = new ContentEntity();
aContent.fromXML(child,locales,supportedEncodings,zip);
if (aContent.getSrc()!=null) fContentList.add(aContent);
}
}
// FEATURE IS OPTIONAL - can be many