|
-
Aug 19th, 2004, 01:58 AM
#1
Thread Starter
Addicted Member
[xsl] open a media file?
Hi all,
I'm using a web browser to open a html in VB,
WB.Navigate App.Path + "\sample.html"
The html contains scripts which loads a xml file (data.xml) with style.xsl.
In the xsl file, I could successful open the email address in Outlook with the following codes.
Code:
<xsl:template match="email">
<IMG SRC = "image1.jpg"/><a href="mailto:{.}"><xsl:value-of select="."/></a><br/>
</xsl:template>
what about if the link is a media file like .avi file?
Greatly thanks!
Last edited by Meeko; Aug 19th, 2004 at 02:13 AM.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|