I\'m trying to generate XML from another XML using a XslTransform. I get both files (source XML and XSL transformation file) as string content, so I\'m trying to pass the XSL fi
XmlReader xmlReader = XmlReader.Create(new StringReader(YourStringValue));