In nxslt even if you don't provide XSLT stylesheet, default (identity) stylesheet is used.
It's XSLT where you lose CDATA, because there is no CDATA in XPath/XSLT data model.
So instead of using nxslt then you should be using XIncludingReader from Mvp.Xml directly to avoid applying XSLT. XIncludnigReader preserves CDATA just fine.
I tryed below with no success in preserving CDATA.How it can be done?