RE: [xsl] doc() concat expression and whitespace error

Subject: RE: [xsl] doc() concat expression and whitespace error
From: "Michael Kay" <mike@xxxxxxxxxxxx>
Date: Tue, 16 Nov 2004 14:00:52 -0000
roughly speaking

document($x) =
  for $i in $x return doc(resolve-uri($i))

In other words, document() does three separate jobs, which in XPath 2.0 you
can do individually.

Michael Kay 

> -----Original Message-----
> From: Bruce D'Arcus [mailto:bdarcus@xxxxxxxxxxxxx] 
> Sent: 16 November 2004 13:21
> To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
> Subject: Re: [xsl] doc() concat expression and whitespace error
> 
> 
> On Nov 15, 2004, at 10:38 PM, Michael Kay wrote:
> 
> > Yes. I'm engaged in another project where we are doing 
> exactly the same
> > thing with Tamino.
> 
> Also, when you do this, are you using doc() or document()?  I never 
> quite got the significance of the difference.
> 
> Bruce

Current Thread