equal
deleted
inserted
replaced
285 mip.content = |
285 mip.content = |
286 mip.image |
286 mip.image |
287 |
287 |
288 # ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ production ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
288 # ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ production ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
289 |
289 |
290 production = element production { empty } |
290 production = element production { production.content } |
|
291 |
|
292 production.content = text |
291 |
293 |
292 # ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ composite ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
294 # ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ composite ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
293 |
295 |
294 # ~~~~~~ composite |
296 # ~~~~~~ composite |
295 composite = element composite { composite.attributes, composite.content } |
297 composite = element composite { composite.attributes, composite.content } |