Sam wrote: > Hi, > I want to create XML with my own tags i want it to create at > runtime . I am unable to use Transform class of java in android is > there any other option available . > Any help would be appreciated ... Thnx in advance .......
StringBuffer or StringBuilder. Or, some of these XML parsers have XML builders as well, and may work on Android: http://java-source.net/open-source/xml-parsers -- Mark Murphy (a Commons Guy) http://commonsware.com | http://twitter.com/commonsguy Warescription: Three Android Books, Plus Updates, $35/Year --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

