helpers, disco: Parse children based on their name and namespace.

This commit is contained in:
Emmanuel Gil Peyrot 2017-11-23 16:32:18 +00:00
commit 0ead24a041
2 changed files with 8 additions and 4 deletions

View file

@ -214,7 +214,7 @@ generate_element_with_children!(
],
children: [
/// List of items pointed by this entity.
items: Vec<Item> = "item" => Item
items: Vec<Item> = ("item", ns::DISCO_ITEMS) => Item
]
);