.net - How to store audio, images, and binary files as XML? -


i'm reading book on .net, , says "xml can used store type of data including documents (the latest version of microsoft office stores documents using xml), pictures, music, binary files, , database information."

huh? how can types of data stored xml?

you can convert them base64 , store in xml: storing base64 data in xml?


Comments

Popular posts from this blog

javascript - Enclosure Memory Copies -

php - Replacing tags in braces, even nested tags, with regex -