About
This blog is mostly about my work, but expect an occasional home project, productivity tip and tooling review.Search
Categories
- Conference (21)
- Development (217)
- Security (19)
- Test (32)
- Tooling (174)
- Uncategorized (168)
Most used tags
Tag Archives: xpath
XPath for robust message handling
Consider the xml message below Mapping this to a class would make it tightly coupled. Any change to the message would mean an update to the class. We expect some minor changes to the XSD / XML message but only … Continue reading
Powershell pipe to copy files that match a xpath query
I’m a powershell newb. There I said it. Now let me learn. Here’s what I created after some google searches. Go through all files in a directory Filter on xml files I think this can be added to the Get-ChildItem … Continue reading