Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
LQDN Adminsys
amendments
Commits
7983025f
Commit
7983025f
authored
Mar 31, 2013
by
Michael Witrant
Browse files
save amendments
parent
33e10ae4
Changes
1
Hide whitespace changes
Inline
Side-by-side
extract_amendments.rb
View file @
7983025f
...
...
@@ -48,6 +48,8 @@ end
puts
"
#{
amend_nodes
.
length
}
amendments found"
amendments
=
[]
amend_nodes
.
each
do
|
nodes
|
amend_text
=
nodes
.
map
(
&
:text
).
join
debug
amend_text:
amend_text
...
...
@@ -58,7 +60,12 @@ amend_nodes.each do |nodes|
doc_amend
=
amend_doc
.
xpath
(
"//DocAmend"
).
first
.
text
article
=
amend_doc
.
xpath
(
"//Article"
).
first
.
text
debug
num_am:
num_am
,
doc_amend:
doc_amend
,
article:
article
amendment
=
{
num_am:
num_am
,
doc_amend:
doc_amend
,
article:
article
,
}
debug
amendment
amendments
<<
amendment
end
Write
Preview
Supports
Markdown
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