changeset 69 | 52c72abcc57d |
parent 66 | 29c53c3d676e |
child 70 | 5d58a740a067 |
68:b47c497e1f0f | 69:52c72abcc57d |
---|---|
259 topic = element topic { topic.attributes, topic.content } |
259 topic = element topic { topic.attributes, topic.content } |
260 |
260 |
261 topic.attributes = |
261 topic.attributes = |
262 topic.id.attribute? |
262 topic.id.attribute? |
263 & topic.type.attribute? |
263 & topic.type.attribute? |
264 & lang.attribute? |
|
264 |
265 |
265 topic.content = |
266 topic.content = |
266 component.head?, |
267 component.head?, |
267 section+ |
268 section+ |
268 |
269 |