//add xlink cdependency
addDependency(new XLINKConfiguration());
//add smil depenedncy
addDependency(new SMIL20Configuration());
addDependency(new SMIL20LANGConfiguration());
//add parser properties
getProperties().add(Parser.Properties.PARSE_UNKNOWN_ELEMENTS);
getProperties().add(Parser.Properties.PARSE_UNKNOWN_ATTRIBUTES);
}