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.
1 parent ae61520 commit 3ddeaadCopy full SHA for 3ddeaad
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