Subject: Re: [xsl] parameters in XSLT 2.0 From: Bruce D'Arcus <bdarcus@xxxxxxxxx> Date: Thu, 9 Jun 2005 09:42:30 -0400 |
You don't want to do that as you'll get a type error as doc() doesn't return element nodes. Also it's unnecessarily verbose as you don't need an xsLsequence you can just use select on the xsl:variable
<xsl:variable name="bibrecord" select="doc(concat("http://localhost:8080/exist/servlet/db/mods? ",
But if you only use this variable in one place, as input to your sorting
function you don't need a variable at all, you can just inline teh
expression.
- flatfile, where the data is in a local xml file and I just use xpath - exist-xmldb, where data is on a server, and I access it with xquery - sru, as above, but with another query language
Current Thread |
---|
|
<- Previous | Index | Next -> |
---|---|---|
Re: [xsl] parameters in XSLT 2.0, David Carlisle | Thread | Re: [xsl] parameters in XSLT 2.0, David Carlisle |
Re: [xsl] incrementing the index va, David Carlisle | Date | Re: [xsl] incrementing the index va, Arulraj |
Month |