You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Node has a new xPath property that calculates a unique absolute XPath.
Copying nodes is now supported, using the copy(to:at:) method. This also works between two different documents.
There's a new protocol called XMLElementCodable that lets you implement methods on your own types for encoding and decoding them to/from XML elements. Similarly, XMLValueCodable handles conversion between value types and strings used for XML attributes or text content.
Bug Fixes
A bug where the descendants property returned nodes outside the intended tree has been fixed.
Resetting the default namespace with xmlns="" is now supported.