Skip to content

Fix XPaths so that they refer to element names correctly #8

Description

@sahendrickson

Currently, to refer to all interfaces in a document, the xPath accepted by XArchADT must be "/topLevelElement/component/interface" or something like that, i.e., it uses the object names in EMF. It should be "/structure/component/interface", i.e., it should use the element names in the XML document.

See an example of this in XArchADTImplTest.testXQuery

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions