0.1.11 • Published 5 years ago
@saucerjs/xml v0.1.11
@saucerjs/xml
Install
npm install @saucerjs/xmlOR
yarn add @saucerjs/xmlUsage
import { serializeToXML } from '@saucerjs/xml';
const xml = serializeToXML(ast);Special Attrs
@saucerjs/xml will ignore attrs which start with '_'
And have some special logic for those attrs.
_childrenText: This attrs will serialize to xml children text. Its useful for a saucerleafnode to render children text