Microsoft
Software
Hardware
Network
Question : Xsl attribute syntax
First, thank you for your time.
I am getting stuck on the syntax of an xsl statement. All I want to do is specify the path to the image source file: for example:
<img>
<xsl:attribute name="src">
<xsl:value-of select="<MyPathToImageDire
ctory>/@Im
ageFilenam
e"/>
</xsl:attribute>
</img>
What is the proper syntax do accomplish this?
Again, thank you very much for your time.
Answer : Xsl attribute syntax
Only when you are referencing a file on your local machine with an absolute path. If its a web app then you will use a relative path, because you need to reference a URL on the server.
Random Solutions
Dynamic Form Element
SBS 2003 and Second DC questions
EtherChannel on Cisco 2960 switch intermittent dropped packet
Manually move Exchange 2003 mailstore to different disk
HP PSC 2110 won't print - just blank page
stop error oxoooooo7b(OxF78D2524,OxC0
000034 will not load XP setup!!!!!!!
Remote Web Workplace different website address
How to get the text from jsp file to database?
is it possible virus affected VPN client spread virus in corporate network?
How to compress a string into a short representation in ASP.NET using C# or VB.NET?