Results 1 to 2 of 2

Thread: [xsl] open a media file?

Threaded View

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    May 2001
    Location
    Meeko
    Posts
    135

    [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
  •  



Click Here to Expand Forum to Full Width