Révision 3365
TXM/trunk/org.txm.groovy.core/src/groovy/org/txm/macro/xml/XMLStatistics.groovy (revision 3365) | ||
---|---|---|
98 | 98 |
def allkeys = new HashSet<String>() |
99 | 99 |
|
100 | 100 |
// counts |
101 |
for (File infile : srcdir.listFiles()) { |
|
101 |
for (File infile : srcdir.listFiles().sort{ it.name }) {
|
|
102 | 102 |
if (!infile.getName().endsWith(".xml")) continue |
103 | 103 |
|
104 | 104 |
XMLStatistics diag = new XMLStatistics(infile.toURI().toURL()) |
... | ... | |
204 | 204 |
// diag.printCounts(true); |
205 | 205 |
} |
206 | 206 |
} |
207 |
|
Formats disponibles : Unified diff