Skip to content

Allow to access a HashMap of OwnAttributes instead of Vec<OwnedAttribute> #143

Open
@dandyvica

Description

@dandyvica

Hi,

In lots of languages (Python, Ruby,...), it's easy to query an xml element attribute by giving its name, using a dict (in Python) or a hash (in Ruby) to hold all element attributes.

Why not using a

HashMap<String, OwnedAttribute>

here ?

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions