Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/docxml/src/classes/XmlFile.ts>UnhandledXmlFile

An experimental Deno tool to transform XML to DOCX with a little XPath- and component based configuration
Go to Latest
class UnhandledXmlFile
extends XmlFile
import { UnhandledXmlFile } from "https://deno.land/x/docxml@5.0.1/src/classes/XmlFile.ts";

Constructors

new
protected
UnhandledXmlFile(location: string, xml: string)

Methods

protected
toNode(): Document

Static Methods

fromArchive(archive: Archive, location: string)