Questions tagged [xmlslurper]

XMLSlurper is a Groovy class that makes parsing and working with XML simpler than with Java.

You can read more here

241 questions
-1
votes
1 answer

Groovy. Appending nodes while using MarkupBuilder and XMLSlurper

My question is with Groovy and appending a node while using MarkupBuilder and XMLSlurper. Can someone tell me why when I run this code up to the first println my output shows the target-line as: 0 But when I run it…
kbhuffaker
  • 213
  • 1
  • 2
  • 6
1 2 3
16
17