PowerTip: Validate XML Document with PowerShell
Summary: Learn to use Windows PowerShell to validate that an XML document is well formed. How can I use Windows PowerShell to test that anXML document is well formed? Use the Test-XML cmdlet from the PSCX: test-xml C:\fso\users.xml Note PSCX is a community-produced project that is available for free from CodePl...