|
@@ -303,8 +303,22 @@ W przypadku chęci ograniczenia w początkowej fazie wdrażania systemu jakości
|
|
|
<xsl:choose>
|
|
<xsl:choose>
|
|
|
<xsl:when test="@attributes">
|
|
<xsl:when test="@attributes">
|
|
|
<xsl:variable name="attributes">
|
|
<xsl:variable name="attributes">
|
|
|
- <xsl:for-each select="tokenize(@attributes,' ')">
|
|
|
|
|
|
|
+ <!--<xsl:for-each select="tokenize(@attributes,' ')">
|
|
|
<e300><xsl:attribute name="val" select="."/>
|
|
<e300><xsl:attribute name="val" select="."/>
|
|
|
|
|
+ <xsl:for-each select="tokenize(.,'="')">
|
|
|
|
|
+ <e302><xsl:attribute name="val" select="."/>
|
|
|
|
|
+ <!-\-<xsl:attribute name="{.}" select="true()"/>-\->
|
|
|
|
|
+ <xsl:for-each select="tokenize(.,'"')">
|
|
|
|
|
+ <e307>
|
|
|
|
|
+ <xsl:attribute name="val" select="."/>
|
|
|
|
|
+ </e307>
|
|
|
|
|
+ </xsl:for-each>
|
|
|
|
|
+ </e302>
|
|
|
|
|
+ </xsl:for-each>
|
|
|
|
|
+ </e300>
|
|
|
|
|
+ </xsl:for-each>-->
|
|
|
|
|
+ <xsl:for-each select="tokenize(@attributes,'" ')">
|
|
|
|
|
+ <e300><xsl:attribute name="val" select="concat(.,'"')"/>
|
|
|
<xsl:for-each select="tokenize(.,'="')">
|
|
<xsl:for-each select="tokenize(.,'="')">
|
|
|
<e302><xsl:attribute name="val" select="."/>
|
|
<e302><xsl:attribute name="val" select="."/>
|
|
|
<!--<xsl:attribute name="{.}" select="true()"/>-->
|
|
<!--<xsl:attribute name="{.}" select="true()"/>-->
|
|
@@ -317,6 +331,7 @@ W przypadku chęci ograniczenia w początkowej fazie wdrażania systemu jakości
|
|
|
</xsl:for-each>
|
|
</xsl:for-each>
|
|
|
</e300>
|
|
</e300>
|
|
|
</xsl:for-each>
|
|
</xsl:for-each>
|
|
|
|
|
+
|
|
|
</xsl:variable>
|
|
</xsl:variable>
|
|
|
<xsl:for-each select="$attributes/e300">
|
|
<xsl:for-each select="$attributes/e300">
|
|
|
<xsl:attribute name="{e302[1]/@val}" select="e302[2]/e307[1]/@val"/>
|
|
<xsl:attribute name="{e302[1]/@val}" select="e302[2]/e307[1]/@val"/>
|