xsl-list
[Top] [All Lists]

Re: [xsl] Merging data based on attributes

2006-08-23 16:14:22
Thanks very much again! Now I just have to figure out how to cope with
the /real/ data, which ain't nearly as pretty as my simplified
examples. :-D

Take care!
BobP
simply(_dot_)bobp(_at_)gmail(_dot_)com

On 8/23/06, David Carlisle <davidc(_at_)nag(_dot_)co(_dot_)uk> wrote:


> How far wrong am I in parsing this?
all right exacept the bit that you said you didn't parse at all, the
third argument of key. By default key() looks up keys in the _current_
document (which is the svg file at that point in the stylesheet, but you
need to look up the value in the other document and that's exactly what
the (new in xslt2) third argument allows you to specify. It takes a node
(normally a document node) and uses the key lookup based on nodes that
are descendents of that node.

David

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