On Nov 18, 2005, at 10:29 AM, Jim wrote:


Hello, I have an xsl file and am having problems getting the
mochi:format inside of the <TH> tag.  Here is what I tried:

<th>
     <xsl:attribute name="mochi:format">
          <xsl:value-of select="isodate"/>
     </xsl:attribute>
     Date
</th>

This is not working....seems like the mochi:format is breaking it.

You might have to declare a mochi namespace and use something like "{http://fully qualified}format" as the attribute name.

The "mochi:format" attribute is totally arbitrary anyway. It's not part of MochiKit, it's just used in an example or two. You could always change it to something else.

-bob

Reply via email to