Altova Mailing List Archives>Archive Index >microsoft.public.xsl Archive Home >Recent entries [Thread Prev] >Thread Next - Re: value-of attribute not working value-of attribute not workingTo: NULL Date: 5/2/2009 2:11:00 PM here's my xml: <attachment name="foo.bmp" last-modified="Never" creator="????" type="????" filespec="TTf9D4.tmp" sizebytes="384438" size="375K"/> and here's my xsl: <xsl:template match="attachment"> <attachment isobsolete="0" ispatch="0" isprivate="0"> <attachid>1</attachid> <desc/> <filename><xsl:value-of select="@name"/></filename> <type>image/bmp</type> <size><xsl:value-of select="@sizebytes"/></size> <data encoding="base64"><xsl:value-of select="@filespec"/></data> </attachment> </xsl:template> but the output xml does not contain any of the attribute values i try to get in the transform. any ideas? | ||||||
| Company | Legal | Press | Partners | Careers | Sitemap | Contact Us | Altova Blog | Mobile | Full Site | |||
|
