xsl-list
[Top] [All Lists]

RE: [xsl] Getting the current node, in a different document

2006-07-20 02:52:26

If you don't mind using extensions you could use a combination of
saxon:evaluate() and saxon:path()


Yes, though there could still be complications involving namespaces.

I think I would be inclined to tackle this by doing a depth-first traversal
of both documents in parallel, writing the generate-id() values of
corresponding nodes to a third document, and then using this as a lookup.

Michael Kay
http://www.saxonica.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>
--~--