prop = propertyList.getParentPropertyList().get(propID);
if (component != null) {
//Access subcomponent
Property mainProp = prop;
prop = null;
LengthPairProperty lpp = mainProp.getLengthPair();
if (lpp != null) {
prop = lpp.getComponent(FOPropertyMapping.getSubPropertyId(component));
}
}
String s = String.valueOf(prop);
String expected = attlist.getValue("expected");
if (!expected.equals(s)) {