basant307/AI_Governance_Project
048
1import {create} from './util/create.js'2 3export const xml = create({4 properties: {xmlBase: null, xmlLang: null, xmlSpace: null},5 space: 'xml',6 transform(_, property) {7 return 'xml:' + property.slice(3).toLowerCase()8 }9})10 