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
Post a Comment