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]
Other format: [Raw text]

Unique list of all linked documents


I need to get a unique list of all documents that are linked to a document.
The list must include documents that are linked from linked documents to an arbitrary level.

I have looked at
http://www.dpawson.co.uk/xsl/sect2/N4852.html#d149e66
which explained how to uses keys across multiple input files but I can't work out how to do this
for an arbitrary level of linking.
as 
<xsl:variable name="documents" select="document(/documents/doc/@href)" />
will only get the first level of linking.


Thanks in advance
Edward


 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]