I've had some help with this in the past and it has proven to be of great aid to me, so any pointers in the right direction will be very appreciated.
I've got an XML file that contains various 'tagged' entities and I would like to separate those entities into fields.
example - <Host>xxx.xxx.xxx.xxx</Host><Port>80</Port><Issues><Issue>........(several other tags)<VulnerabilityID>XXX</VulnerabilityID><Name>..etc</Issue><Issue>....</Issue></Issues>.....
The problem is that the 'Host' info may contain numerous 'Issues' delimited by an 'Issue' tag. I'm looking to place appropriate tagged info into fields/records and print to a file for review. Dressing it up is no problem, just getting the initial info pulled out is the issue.
Thanks,
cmarchman
I've got an XML file that contains various 'tagged' entities and I would like to separate those entities into fields.
example - <Host>xxx.xxx.xxx.xxx</Host><Port>80</Port><Issues><Issue>........(several other tags)<VulnerabilityID>XXX</VulnerabilityID><Name>..etc</Issue><Issue>....</Issue></Issues>.....
The problem is that the 'Host' info may contain numerous 'Issues' delimited by an 'Issue' tag. I'm looking to place appropriate tagged info into fields/records and print to a file for review. Dressing it up is no problem, just getting the initial info pulled out is the issue.
Thanks,
cmarchman