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()

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions