hi,
i try to taylor gfindObjectsToResultPage.xslt to my needs.

the default looks like that

<object>
        <xsl:attribute name="no">
                <xsl:value-of select="@no"/>
        </xsl:attribute>
        <xsl:attribute name="score">
                <xsl:value-of select="@score"/>
        </xsl:attribute>
        <xsl:copy-of select="node()"/>

</object>

two problems:

- node() does not list _all_ indexed fields, far from it
- the currently commented part does not work, using for instance

<field name="title"><xsl:value-of select="dc.title/node()"/></field>

has no effect

is there a way to fetch _all_ index fields at once, namely those i  
definded myself in my FoxmlToLucene xsl?
how do i access specific information in the node, instead of simply   
<xsl:copy-of select="node()"/>

------------------------------------------------------------------------------
This SF.net email is sponsored by:
High Quality Requirements in a Collaborative Environment.
Download a free trial of Rational Requirements Composer Now!
http://p.sf.net/sfu/www-ibm-com
_______________________________________________
Fedora-commons-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fedora-commons-users

Reply via email to