I will try, though the project is big so I can take some time.
In the meantime, let's see if you can help me with what I wrote above.
Why CDATA has been removed from conditions by default? The conditions can have values that may interfere with XML, and therefore not being properly parsed while using methods for XDocument.
It looks like for example, that document.Root.Select("Product") returns a value, but can't reach: document.Root.Select("Product").Element("InstallExecuteSequence")
in the patch method.
1) Do you have anyway to workaround this?
2) What toCdata method is used for? Any real example?
Michael
In the meantime, let's see if you can help me with what I wrote above.
Why CDATA has been removed from conditions by default? The conditions can have values that may interfere with XML, and therefore not being properly parsed while using methods for XDocument.
It looks like for example, that document.Root.Select("Product") returns a value, but can't reach: document.Root.Select("Product").Element("InstallExecuteSequence")
in the patch method.
1) Do you have anyway to workaround this?
2) What toCdata method is used for? Any real example?
Michael