eric-milles commented on pull request #1599: URL: https://github.com/apache/groovy/pull/1599#issuecomment-860949703
One thing to watch out for in XML handling is Node has both "getFirstChild()" and "isFirstChild()". ``` com.sun.org.apache.xerces.internal.dom.NodeImpl.isFirstChild() com.sun.org.apache.xerces.internal.dom.ParentNode.getFirstChild() ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
