dkumarx / ajaxslt

Automatically exported from code.google.com/p/ajaxslt
Other
0 stars 0 forks source link

unsupported xsl:attribute element #23

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
     <a>
       <xsl:attribute name="href">
         test.php?test
       </xsl:attribute>
       <xsl:attribute name="target">mainframe</xsl:attribute>
       test
     </a>

What is the expected output? What do you see instead?
<a href="test.php?test" target="mainframe">test</a>

What version of the product are you using? On what operating system?
8.1

Please provide any additional information below.

Original issue reported on code.google.com by jon.su...@gmail.com on 27 Apr 2008 at 12:54

GoogleCodeExporter commented 9 years ago
So, what do you see instead? xsl:attribute is supported, see
http://code.google.com/p/ajaxslt/source/browse/trunk/xslt.js, search for 
'attribute'.

Original comment by me...@google.com on 1 May 2008 at 4:46