*/
public GMLConfiguration() {
super(GML.getInstance());
//add xlink cdependency
addDependency(new XLINKConfiguration());
//add the parse unknown attributes property, this is mostly for
// the "fid" attribute
getProperties().add(Parser.Properties.PARSE_UNKNOWN_ELEMENTS);
getProperties().add(Parser.Properties.PARSE_UNKNOWN_ATTRIBUTES);