[xsl] Xindice in XSL

Subject: [xsl] Xindice in XSL
From: "leona s" <lrs@xxxxxxxxxxxx>
Date: Mon, 20 Jan 2003 18:30:03 -0600
Hi All,

I have seen a few questions in the archives here and on the Xindice list
about using
Xindice in XSL, but none of them reflect what I am trying to do.

I have a number of XML files that I reference in XSL using document, e.g.,
<xsl:variable name="item"
select="document(concat('file:///dat/project/matrix.xml'))//Item[@id='3']"/>

I want to move these files into Xindice for serveral reasons and am looking
for the simplest
example of how to write XSL statements, such as the one above, using Xindice
and not involving
JSP or XSP. Can I do this with XSL by defining a namespace and syntax
something like:

<xsl:stylesheet version="1.0"
  xmlns:xsl="http://www.w3.org/1999/XSL/Transform";
  xmlns:xmldb="?">

<xsl:variable name="item"
select="xmldb:xindice:///db/dat/project/matrix//Item[@id='3']"/> ?

Thanks very much,
Leona Slepetis





 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread