Advertisement
Guest User

Untitled

a guest
Oct 18th, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. > $x
  2. <!DOCTYPE html>
  3. <html>
  4. <body>
  5. a<br>
  6. </body>
  7. </html>
  8.  
  9. ~
  10. > [xml]$x
  11. Cannot convert value "<!DOCTYPE html>
  12. <html>
  13. <body>
  14. a<br>
  15. </body>
  16. </html>
  17. " to type "System.Xml.XmlDocument". Error: "The 'br' start tag on line 4 position 3 does not match the end tag of
  18. 'body'. Line 5, position 3."
  19. At line:1 char:1
  20. + [xml]$x
  21. + ~~~~~~~
  22. + CategoryInfo : InvalidArgument: (:) [], RuntimeException
  23. + FullyQualifiedErrorId : InvalidCastToXmlDocument
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement