Révision 2726
tmp/org.txm.groovy.core/src/groovy/org/txm/macro/annotation/WordProperty2WordMacro.groovy (revision 2726) | ||
---|---|---|
70 | 70 |
use(groovy.xml.dom.DOMCategory) { |
71 | 71 |
def form = dom.form[0] |
72 | 72 |
def anatype = dom.ana.findAll(){ a -> a['@type'] == "#$word_property"} |
73 |
println form.text()+" -> $anatype" |
|
73 |
// println form.text()+" -> $anatype"
|
|
74 | 74 |
if (anatype.size() > 0) { // keep the word |
75 | 75 |
anatype = anatype[0] |
76 | 76 |
def s = form.text() |
Formats disponibles : Unified diff