equal
deleted
inserted
replaced
154 (point.section+ | point.block+) |
154 (point.section+ | point.block+) |
155 |
155 |
156 # ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ matching ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
156 # ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ matching ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
157 |
157 |
158 # ~~~~~~ matching |
158 # ~~~~~~ matching |
159 matching = element matching { matching.content } |
159 matching = element matching { matching.attributes, matching.content } |
|
160 |
|
161 matching.attributes = |
|
162 multiple.attribute? |
160 |
163 |
161 matching.content = |
164 matching.content = |
162 match, |
165 match, |
163 match+ |
166 match+ |
164 |
167 |