xsl-list
[Top] [All Lists]

Re: constructing URI for document() function

2003-08-14 01:33:17
From: "Jon Myers" <jon_b_myers2(_at_)hotmail(_dot_)com>
Reply-To: xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com
To: XSL-List(_at_)lists(_dot_)mulberrytech(_dot_)com
Subject: [xsl] constructing URI for document() function
Date: Thu, 14 Aug 2003 07:47:36 +0000

Hi,

trying to work out how to 'construct' a URI for use in a document() call.

given an xml doc including something like..
<section id="5"?>

I want to, at an apprriate point in a stylesheet, say
<xsl:apply-templates select="document('http://abc.com/returnxmldoc.asp?id=' + @id)/info" />

I'd probably use concat function:
select="document(concat('http://abc.com/returnxmldoc.asp?id=', section/@id))/info"
You may have to modify the xpath pointing to section/@id.

--

Joe

_________________________________________________________________
Stay in touch with absent friends - get MSN Messenger http://www.msn.co.uk/messenger


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



<Prev in Thread] Current Thread [Next in Thread>