xsl-list
[Top] [All Lists]

Re: [xsl] combining multiple documents

2008-01-26 19:27:09

These are recurring problems with the functional model, I understand. However, it would make more sense, to me at least, if the context where more explicitly specified.

Steven


On Jan 26, 2008, at 4:26 PM, David Carlisle wrote:


not since surely "/" simply specifies the global processing scope in
any case.

/ denotes the root of the current document, of which you have two.
when processing test.xml / denotes the root of that file, and when
processing include.xml it denotes the root of that.

If you want to refer to the root of a different document you can not use
/ you must store the document node in a variable, or refer t it via a
function such as doc().

David

________________________________________________________________________
The Numerical Algorithms Group Ltd is a company registered in England
and Wales with company number 1249803. The registered office is:
Wilkinson House, Jordan Hill Road, Oxford OX2 8DR, United Kingdom.

This e-mail has been scanned for all viruses by Star. The service is
powered by MessageLabs.
________________________________________________________________________

--~------------------------------------------------------------------
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>
--~--

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