implementation of the DOMParser interface (e.g. @xmldom/xmldom)
Default
globalThis.DOMParser
OptionalparseUid?: boolean
in xml1 plists, uids are serialized as a <dict> with a single integer key CF$UID.
by default, we keep them as is, but you can opt into parsing them into a PlistValue<'uid'> instead.
implementation of the DOMParser interface (e.g.
@xmldom/xmldom
)