作者:江南白衣    
   
   之前用Groovy的嵌入式xml语法时, 发现遍历DOM只有children()函数而没有parent(),就帮它修改了一下,连UnitTest一起提交到Groovy的JIRA上。
    今天看到开发组接纳了我的改动。

> [patch] add parent() implement to XmlSlurper
> Key: GROOVY-1010
> The XmlSlurper only have the children() method to explore  DOM.
> But in our project, it's so offten to use parent().
> i had patch it with unit test .

John Wilson resolved GROOVY-1010:
---------------------------------

   Resolution: Fixed

Patch added - thanks Calvin!

   
    现在很多开源项目都有了Issue Tracker的渠道,方便大家参与测试和修改。
    大家在消费别人的开源努力时,也应该习惯把自己改过的东西提交回去。