The grooviest way to sort nodes is to replace the entire element tree with a sorted one: import groovy.xml.XmlUtil def groovyMoviez = ''' <?xml version="1.0" ...
確定! 回上一頁