CoolFace
Datasetpublic

basant307/AI_Governance_Project

sourceHugging Faceapache-2.0updated 2mo agoView on Hugging Face
0likes48downloads
xml.js10 linesDownload Raw Back to lib
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 
basant307/AI_Governance_Project · CoolFace