Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Storing XML on a tablet (iPad, Nexus, etc.)
Message
 
 
À
20/11/2015 12:03:10
Information générale
Forum:
ASP.NET
Catégorie:
Autre
Versions des environnements
Environment:
VB 9.0
OS:
Windows 10
Network:
Windows 2008 Server
Database:
MS SQL Server
Application:
Web
Divers
Thread ID:
01627670
Message ID:
01627677
Vues:
28
>>Hi,
>>
>>Is there a way to download/store an XML file to a tablet (for later use from an ASP.NET web forms application)? Or the only way is to use [localStorage] from ASP.NET and convert an XML to JSON and then back to XML?
>>
>>TIA
>
>I assume you are referring to HTML5 local storage?
>
>If so that uses key/value pairs - but the value is always a string so you could simple store the XML as a value.
>
>Aternatively you can stringify Json objects.

I don't know much about Json. But I think your suggestion of storing the entire XML as a string into the key/Value pair may work. Thank you.
"The creative process is nothing but a series of crises." Isaac Bashevis Singer
"My experience is that as soon as people are old enough to know better, they don't know anything at all." Oscar Wilde
"If a nation values anything more than freedom, it will lose its freedom; and the irony of it is that if it is comfort or money that it values more, it will lose that too." W.Somerset Maugham
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform