RE: xsl help needed

I have tried what you told me to do.  But it still doesn't need to be working.  

I changed the namespace:

<xsl:stylesheet xmlns:x="urn:mpeg:mpeg7:schema:2001" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">

Then I used x to access the elements:

<xsl:for-each select="x:VideoSegment/x:TextAnnotation[x:FreeTextAnnotation='yoda']">

 <td><xsl:value-of select="x:FreeTextAnnotation"/></td>

Do I need to add x to each of the paths that I use in the xsl document.  I also looked at the namespace and there were other namespaces.  May I be accessing the wrong one.
   John

Received on Thursday, 23 October 2003 09:21:05 UTC