Show all attributes defined by the schema in prompt window
This commit is contained in:
parent
2d8c3449cf
commit
2b826f1b59
|
@ -520,8 +520,9 @@ void XmlPromptGenerator::handleSchema (
|
|||
{
|
||||
attributeValue = XMLString::transcode ( pAttr->getValue() );
|
||||
attributeValueSet.insert ( attributeValue );
|
||||
attributeMap.insert ( make_pair ( attribute, attributeValueSet ) );
|
||||
}
|
||||
|
||||
attributeMap.insert ( make_pair ( attribute, attributeValueSet ) );
|
||||
}
|
||||
if ( !attributeMap.empty() )
|
||||
d->attributeMap.insert( make_pair ( element, attributeMap ) );
|
||||
|
|
Loading…
Reference in New Issue