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

x/docxml/src/util/tests.ts>archivedFile

An experimental Deno tool to transform XML to DOCX with a little XPath- and component based configuration
Go to Latest
function archivedFile
import { archivedFile } from "https://deno.land/x/docxml@1.5.1/src/util/tests.ts";

Get the instance of XmlFile that correlates with an XML file in a DOCX archive. The archive location is absolute from the project directory. The file location is absolute from the ZIP root.

Parameters

archiveLocation: string
fileLocation: string