sessionElement.appendChild(country);
} else {
XmlBindingFactory xf = getBindingFactory();
if (xf != null) {
AbstractXmlBinding xs = xf.create(Protocol.XSLT, thisValueObject );
xs.marshal(sessionElement);
}
}
} else {
attrText = document.createTextNode("");