nil4 / dotnet-transform-xdt

Modern .NET tools and library for XDT (Xml Document Transformation)
Apache License 2.0
118 stars 12 forks source link

Fix whitespace preservation #4

Closed nil4 closed 7 years ago

nil4 commented 7 years ago

Currently, whitespace is not correctly preserved when applying transforms; see https://github.com/dotnet/corefx/issues/11196.

When NetStandard 2.0 or NETCoreApp 1.2 is released, it should be easier to revert the code to be closer to the CodePlex original. At that time, investigate why whitespace is not preserved.

Related: https://github.com/dotnet/corefx/pull/12017, https://github.com/dotnet/corefx/issues/11888,