Skip to content

Not working with parameters #5

@chashitsu

Description

@chashitsu

When some parameter in node is changed It assume it like a new node. If I have more parameters in node I can't find out which of them was changed....

Original xml file:
<config> <user id="1"> <appointmentForm showActivityByCategory="True" appBubbleForm="True" /> </user> </config>
Modified xml file:
<config> <user id="1"> <appointmentForm showActivityByCategory="True" appBubbleForm="Flase" /> </user> </config>

Diff returns description="Node not found"
XPath="config[1]/user[@id="1"][1]/appointmentForm[@showActivityByCategory="True"][@appBubbleForm="False"][1]"

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions