Skip to content

Avoid slow xml imports #11

Description

@clcaldwell

Avoid different methods of importing xml that are slow.

Bad: [xml]( get-content )
Good ? (More research needed to see if there is a better way): $xml = [xml].new ; $xml.Load()

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions