This commit is contained in:
Lucio Lelii 2009-07-09 13:49:46 +00:00
parent fbef17f745
commit bc354487ad
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:fn="http://www.w3.org/2005/xpath-functions" >
<xsl:template match="DL" mode="modifyAttributes">
<xsl:template match="VRE" mode="modifyAttributes">
<xsl:attribute name="name">%%VRENAME%%</xsl:attribute>
</xsl:template>
<xsl:template match="*" mode="modifyAttributes"/>