Hi, is their an xml namespace or some sort of api that easily allows
me to construct my own xml schema?
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 like
xml.AddNode() which is a .net
--
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.