I'm wondering if there is something wrong with "ocs.xsl" as shipped in the
1.3a2 release?  Rather than getting nice titles and descriptions in the
portlet browser, we are seeing the complete request URL.  I've spent little
or no time with XSLT, so I'm not really sure what is going on.  All I know
for sure is that the variables defined using

        <xsl:variable name="tit" select="./dc:title"/>        
        <xsl:variable name="desc" select="./dc:description"/>

are both coming back empty for some reason that I can't understand.  Because
those variables are empty, the checks make sure that no title or description
is added to the generated meta-info elements.  I'm assuming that the portlet
browser falls back to the URL in the case that the title is unavailable.
I've tried all kinds of combinations to get the child text from the dc:title
and dc:description nodes, but have had no luck.

Is anyone else seeing this problem?  Does anyone know the correct
incantation to fix it?

Thanks,
Craig


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

Reply via email to