We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c2023c7 + 4fe386f commit 33c045aCopy full SHA for 33c045a
Sources/FoundationXML/XMLNode.swift
@@ -357,6 +357,8 @@ open class XMLNode: NSObject, NSCopying {
357
_CFXMLNodeForceSetName(_xmlNode, newValue)
358
case .namespace:
359
_CFXMLNamespaceSetPrefix(_xmlNode, newValue, Int64(newValue?.utf8.count ?? 0))
360
+ case .DTDKind:
361
+ _CFXMLNodeForceSetName(_xmlNode, newValue)
362
default:
363
if let newName = newValue {
364
_CFXMLNodeSetName(_xmlNode, newName)
0 commit comments