c# - How to transfer name/value pairs to XML? -


this question has answer here:

i transform name/value-pairs xml via xslt transformation. should work xslcompiledtranform. seems pretty clear. best way use name/value pairs? using xml transform html , things pretty clear. confused unstructured name/value pairs.

as tim c says in comments question, xslt used transform xml documents other documents, other xml documents. can't used transform .net collections, unless first serialize them xml document, in case don't need xslt turn collection xml.


Comments

Popular posts from this blog

c++ - CryptStringToBinary API behavior -

java.util.scanner - How to read and add only numbers to array from a text file -

iphone - Three second countdown in cocos2d -