You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
407 B

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<Relationships xmlns="http://schemas.openxmlformats.org/package/2006/relationships">
<%relationships.forEach(function(r) {%>
<Relationship
Id="<%=r.rId%>"
Type="<%=r.type%>"
Target="<%=r.target%>" <% if (r.targetMode) {%>
TargetMode="<%=r.targetMode%>"<%}%>
/>
<%});%>
</Relationships>