Menu

#56 MetaNodes do not support paths with indexers

open
None
5
2008-11-27
2008-11-17
No

AbstractMetaNode.GetMetaNodeByName(string name) method implementations support names in form:

Node1.Node2.Node3

but do not support names containing index references:

Node1.Node2["index_name"].Node3

Discussion

  • Michael Zevin

    Michael Zevin - 2008-11-18
    • priority: 8 --> 5
     
  • Michael Zevin

    Michael Zevin - 2008-11-27

    Indexer on DocumentNode should correctly process indexed pathes...
    Something like: doc["subnode.vector[\"ind5\"].fieldA"]

     
  • Michael Zevin

    Michael Zevin - 2008-11-27
    • labels: 914648 -->
    • assigned_to: nobody --> mzevin
     

Log in to post a comment.