How to take URL from xml file by <xsl:value-of .... > ?

admin

Administrator
Staff member
Hi, can canyone help me in this problem?
I'd like to take some URLs to table from XML file by xsl command. How should I do this?
I tried to do this that way but it is'n working...
<td><xsl:value-of select="table/data/image/@src"></td>

how should I declare type of the @src attribute in xsd schema? I tried using xs:type="anyURI". Am I doing this in the right way?
 
Back
Top