Hello,


[EMAIL PROTECTED] wrote:
Hi

I'm not an expert but with respect to the XPath question: I think
it's possible to do a deep copy of the query result set to a
local variable and then select specific nodes from that variable
using the position() function or shorthand [<index>] notation e.g.


<xsl:variable name="resultSetVar">
  <xsl:copy-of select="XPathQuery" />
</xsl:variable>

xalan:nodeset($resultSetVar)/*[(position()&gt;10) and
(position()&lt;20)]  <!-- or somthing like that ! -->

thanks, I try this.

A good reference book for XSLT is Micheal Kay's Programmer's
Reference (Wrox Press)

As for the Xindice problem I'm not sure.. did you say that you
can't even run a query such as: "xindice lc -c /db" on the new
database from the command line?



yes, a "xindice lc -c /db" says somethink like "collection '/db' not found" or simular. I fall back to xindice1.0 now, so i can't try the command for the xindice-1.1b1 Installation, sorry.



bye

Jürgen





Reply via email to