xsl-list
[Top] [All Lists]

RE: doc() concat expression and whitespace error

2004-11-16 07:00:52
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(_at_)myrealbox(_dot_)com] 
Sent: 16 November 2004 13:21
To: xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com
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


--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: 
<mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--




--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--