Skip to content

Commit 8478186

Browse files
committed
Rename ref/@dc -> @deliverable
1 parent 1e67047 commit 8478186

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

src/docbuild/config/xml/data/convert-v6-to-v7.xsl

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -204,4 +204,15 @@
204204
</locale>
205205
</xsl:template>
206206

207+
<!-- ref -->
208+
<xsl:template match="ref">
209+
<ref>
210+
<xsl:copy-of select="@product|@docset|@category|@titleformat|@subdeliverable"/>
211+
<xsl:if test="@dc">
212+
<xsl:attribute name="deliverable">
213+
<xsl:value-of select="@dc" />
214+
</xsl:attribute>
215+
</xsl:if>
216+
</ref>
217+
</xsl:template>
207218
</xsl:stylesheet>

0 commit comments

Comments
 (0)