Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
E
erp5diff
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Labels
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
nexedi
erp5diff
Commits
7b75fa37
Commit
7b75fa37
authored
Oct 28, 2009
by
Nicolas Delaby
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
aggregate text of sub nodes aswell
parent
9b5d0190
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
ERP5Diff.py
ERP5Diff.py
+1
-1
No files found.
ERP5Diff.py
View file @
7b75fa37
...
...
@@ -348,7 +348,7 @@ class ERP5Diff:
"""
Aggregate child text nodes of an element into a single string.
"""
return
'%s'
%
element
.
xpath
(
'string(
text()
)'
)
return
'%s'
%
element
.
xpath
(
'string(
.
)'
)
def
_removeStrictEqualsSubNodeList
(
self
,
old_list
,
new_list
):
"""Remove inside list all elements which are similar
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment