This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

RE: Two file problem.


 David Carlisle ... as wordy as ever!

Err, wow is about my only comment.
(And if ever i've seen a case for bringing processor:node-set into
the fold this is it?)

select="document(1) | document2(2)

Mmm. 
I may have arrived at that... in about 2010.
Thank you David.


> <xsl:stylesheet
> xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
> version="1.0"><xsl:output method="xml" indent="yes"/>
> <xsl:template match="/">
> <xsl:for-each select="document('dp-f1.xml')/fa/a|
> document('dp-f2.xml')/fb/a[not(@name=document('dp-f1.xml')/fa/
> a/@name)]">

Sheesh.


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]