Ticket #64 (new task)
Reconsider equality in XMLMap
| Reported by: | clange | Owned by: | vzholudev |
|---|---|---|---|
| Priority: | major | Milestone: | zzz Future zzz |
| Component: | [SI] NTN | Version: | |
| Keywords: | Cc: | nmueller, cmueller, dmisev | |
| Blocked By: | Blocking: | ||
| Due to close: | Include in GanttChart: | no | |
| Dependencies: | Due to assign: |
Description
Comment moved from the source of XMLMap:
Is the current equality the kind of equality we want? Or should we instead consider the equality given by the pattern matching algorithm of ntn.rnd.Pattern? Comparing two XML elements is like pattern matching without placeholders -- we should either obtain an exception (unequal) or some non-null Matcher (equal). But note that we'd need to replace all placeholders by something "constant", e.g. om:OMVs with special names, as one cannot "match" a placeholder against a placeholder.
-- Christoph, 2008/01/25 (summarizing discussion with Normen)
Change History
Note: See
TracTickets for help on using
tickets.
