Skip to main content

All Questions

Tagged with
3 votes
1 answer
6k views

Gradle script : How to create and write data in XML file

I am creating xml and via using gradle script and writing some data in xml file. I have created .gradle file and after running the gradle file i am not able to achieve the exact format for the xml ...
Achin's user avatar
  • 1,252
0 votes
1 answer
615 views

namespace error parsing android xml with groovy

I'm trying to read xml from the android manifest using Groovy (particularly XmlSlurper from import groovy.xml.XmlUtil), and I'm getting below from Gradle. Error:The prefix "android" for attribute "...
kira_codes's user avatar
  • 1,576
1 vote
1 answer
882 views

Changing Content-Type of the request to process XML sent using application/x-www-form-urlencoded

Please can someone give me a hint over my question below. Thanks. We have a XML content coming from a server in the request using content type "application/x-www-form-urlencoded". We tried to read ...
user3868848's user avatar