PoshCode Archive  All files named "Xml-Module.ps1"

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

History for Xml-Module.ps1

2018-06-10
14:04
Forked from Jaykul’s Xml Module 6.6 file: [9b7c04c84d] check-in: [045a669377] user: vercelj branch: trunk, size: 55952
13:33
A complete set of XML functionality (especially if you don’t have PSCX), including reading and writing xml files (import-xml, export-xml), selecting (via xpath), updating, transforming and creating new xml documents. file: [8bb8571a6d] check-in: [e6a85f2630] user: Joel Bennett branch: trunk, size: 56047
13:27
A complete set of XML functionality (especially if you don’t have PSCX), including reading and writing xml files (import-xml, export-xml), selecting (via xpath), updating, transforming and creating new xml documents. file: [8c8add228a] check-in: [60d18e914d] user: Joel Bennett branch: trunk, size: 53860
13:26
A complete set of XML functionality (especially if you don’t have PSCX), including reading and writing xml files (import-xml, export-xml), selecting (via xpath), updating, transforming and creating new xml documents. file: [b7c6beef13] check-in: [0ea7298389] user: Joel Bennett branch: trunk, size: 50338
13:16
A complete set of XML functionality (especially if you don’t have PSCX), including reading and writing xml files (import-xml, export-xml), selecting (via xpath), updating, transforming and creating new xml documents. file: [ae0cf04492] check-in: [371e9dd006] user: Joel Bennett branch: trunk, size: 39691
13:02
My rewritten XML DSL now has better element name handling than last time, and handles null attribute values a little more gracefully. NOTE: if you think that the statement you’re using to pass an attribute value could be null, you should really be very explicit and pass it using the colon syntax like this: -attribute:$value. Also, I fixed a bug when you only have one element. file: [6e6005a532] check-in: [18055579b7] user: Joel Bennett branch: trunk, size: 33447
12:59
My rewritten XML DSL now has better element name handling. See Blog Comments file: [c4a80fb342] check-in: [f985fb27e5] user: Joel Bennett branch: trunk, size: 26549
12:59
Added: Never content to leave well-enough alone, I’ve rewritten my XML DSL with 100% less cruft. New-XDocument no longer requires the “xe” command as long as the name of your XML Element doesn’t coincide with that of a PowerShell command (if it does, you need the “xe” on the front), and namespaces can be referred to by short name like dc:creator to keep things simple. Please review the examples on New-XDocument as this is a breaking change. file: [72063866ae] check-in: [104df129fb] user: Joel Bennett branch: trunk, size: 25523