Hola Cocooner's

We want to build a movie download in cocoon. The File is matched, and
downloaded .. But only the beginning of the file. For examble .. We get
an 1 Mb mpg as an 80 Kb mpg. 
What is the problem.

Sitemap:

        <map:match pattern="video/*.mpg">
           <map:read src="../video/{1}.mpg" mime-type="video/mpeg"/>
        </map:match>

xsl:
        <a>     
                <xsl:attribute name="href">
                        <xsl:value-of select="concat('video/', file)"/> 
                </xsl:attribute>
                <img src="pics/camara1.jpg" width="50" height="50"
border="0"></img>
                <font class="boxheader"><xsl:apply-templates
select="header"/></font>
        </a>

THX

Seb. & Hendrik


---------------------------------------------------------------------
Please check that your question has not already been answered in the
FAQ before posting. <http://xml.apache.org/cocoon/faqs.html>

To unsubscribe, e-mail: <[EMAIL PROTECTED]>
For additional commands, e-mail: <[EMAIL PROTECTED]>

Reply via email to