I want to output an XML File. In this XML File there is a tag with attribute-content inside quotation marks. How do i have to alter the XSL-Stylesheet to accomplish this?
I didn't find any other entry here that solves this problem. How do I create the quotation marks before and after the xsl:value-of?
<xsl:for-each select="INPUTDOC/STRUCTURE">
<xmlelement attribute="<xsl:value-of select="INPUT"/>"/>
</xsl:for-each>
XML-Output should look like this (For every STRUCTURE-Element)
<xmlelement attribute="123456"/>
123456 being an example Input