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

-- 
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