Allow datasources= attribute on _any_ XUL content.

This commit is contained in:
waterson%netscape.com 1999-07-31 00:05:03 +00:00
Родитель f5fc9df22d
Коммит 1b4f5a55bb
1 изменённых файлов: 3 добавлений и 3 удалений

Просмотреть файл

@ -2575,9 +2575,9 @@ RDFXULBuilderImpl::CreateXULElement(nsINameSpace* aContainingNameSpace,
return rv;
}
// There are some tags that we need to pay extra-special attention to...
if (aTagName == kTreeAtom || aTagName == kMenuAtom || aTagName == kMenuBarAtom ||
aTagName == kToolbarAtom) {
// Check for a 'datasources' tag, in which case we'll create a
// template builder.
{
nsAutoString dataSources;
if (NS_CONTENT_ATTR_HAS_VALUE ==
element->GetAttribute(kNameSpaceID_None,