Search found 1 match

by releasthekraken
Wed Jan 02, 2019 1:20 pm
Forum: PowerShell
Topic: Splitting an XML file into smaller XML files
Replies: 1
Views: 2499

Splitting an XML file into smaller XML files

I am trying to split one XML file into multiple smaller XML files using PowerShell. There are a very large number of "PRINTER" nodes. I would like to create a new XML for every 150 "PRINTER" nodes. The Structure for the file is very simple like below: <PRINTERS> <PRINTER text /> ...