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: the nearest ancestor with the attribute


> I find it is more succinct to say: "Nodes from the attribute and namespace 
> axes are always in an arbitrary implementation-defined order, while nodes 
> from all other axes are in proximity order within location step expressions 
> and in document order in location path expressions."

Although nobody asked, just a little add-on: (for the faq?)
Nodes from different documents are also in an arbitrary implementation-defined
order.

<xsl:for-each select="document('doc1.xml')//* | document('doc2.xml')//*">
   ...
</xsl:for-each>

Regards,
Oliver

   
/-------------------------------------------------------------------\
|  ob|do        Dipl.Inf. Oliver Becker                             |
|  --+--        E-Mail: obecker@informatik.hu-berlin.de             |
|  op|qo        WWW:    http://www.informatik.hu-berlin.de/~obecker |
\-------------------------------------------------------------------/


 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]