PoshCode Archive  All files named "Select-Xml.ps1"

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

History for Select-Xml.ps1

2018-06-10
13:15
Force $duds to be an array so for small documents exceptions aren’t thrown. file: [d3162fc0c4] check-in: [fa197b7bfc] user: unknown branch: trunk, size: 25265
12:57
Improves over the built-in Select-XML by leveraging Remove-XmlNamespace to provide a -RemoveNamespace parameter — if it’s supplied, all of the namespace declarations and prefixes are removed from all XML nodes (by an XSL transform) before searching. Note that this means that the returned results will not have namespaces in them, even if the input XML did. file: [cd8a0e0fbd] check-in: [9e5cba0353] user: Joel Bennett branch: trunk, size: 8294
12:57
Added: Improves over the built-in Select-XML by leveraging Remove-XmlNamespace to provide a -RemoveNamespace parameter — if it’s supplied, all of the namespace declarations and prefixes are removed from all XML nodes (by an XSL transform) before searching. Note that this means that the returned results will not have namespaces in them, even if the input XML did. file: [946d61429b] check-in: [92a2b55fc2] user: Joel Bennett branch: trunk, size: 7366