Came across this link in another thread:
http://www.ibm.com/developerworks/opensource/library/x-android/index.html#N1029E

The Creating XML section should help with what you need. If you want
to check out the other thread it is:
http://groups.google.com/group/android-developers/browse_thread/thread/90e0ec9aba50db51

Rob

On Apr 12, 4:10 am, "[email protected]"
<[email protected]> wrote:
> Any suggestions?
>
> On Apr 11, 7:25 pm, "[email protected]"
>
>
>
> <[email protected]> wrote:
> > Hi, is their anxmlnamespaceor some sort of api that easily allows
> > me to construct my ownxmlschema?
>
> > I know i could use something like this to do it:
>
> >    xml+= "<cardNumber>" + thisCard.CardNumber + "</cardNumber>";
> >            xml+= "<expiryDate><date month='" +
> > thisCard.Expires.Month.ToString() + "' year='" +
> > thisCard.Expires.Year.ToString() + "' /></expiryDate>";
>
> > But is their an api where i can set the attributes something 
> > likexml.AddNode() which is a .net

--
Rob Mazur
http://droiddojo.com

-- 
You received this message because you are subscribed to the Google
Groups "Android Beginners" group.

NEW! Try asking and tagging your question on Stack Overflow at
http://stackoverflow.com/questions/tagged/android

To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en

To unsubscribe, reply using "remove me" as the subject.

Reply via email to