Extend XML attribute access
Closed this issue · 1 comments
arcanefoam commented
Currently the driver uses the XML driver implementation for property access, i.e. prefix based attributes. However JSON supports list values, which do not exist in XML. Perhaps the JSON driver could extend the XML property access to provide an additional prefix, perhaps "l_" (or "c-") to indicate the the attribute returns a list of elements.
arcanefoam commented
Never mind, XML driver does support "c_" prefix for collectios