import { RelationshipsXml } from "https://deno.land/x/docxml@5.15.3/mod.ts";
Find a relationship instance (eg. a DocumentXml) by its metadata. The metadata would tell you what type of relationship it is.
x/docxml/mod.ts>RelationshipsXml#findInstance
import { RelationshipsXml } from "https://deno.land/x/docxml@5.15.3/mod.ts";
Find a relationship instance (eg. a DocumentXml) by its metadata. The metadata would tell you what type of relationship it is.