similar to the question XmlException: The input document has exceeded a limit set by MaxCharactersFromEntities, i get an error processing a XML file in Powershell using Select-XML.
The exception is System.Xml.XmlException: The input document has exceeded a limit set by MaxCharactersFromEntities.
.
So the solution for the C# question is to set the option MaxCharactersFromEntities, but there is no similar parameter in Powershell.
Thanks Steffen