[xsl] Collect data from a whole map hierarchy, then use it in a topic

Subject: [xsl] Collect data from a whole map hierarchy, then use it in a topic
From: "rick@xxxxxxxxxxxxxx" <xsl-list-service@xxxxxxxxxxxxxxxxxxxxxx>
Date: Thu, 15 Jun 2023 14:46:19 -0000
Hi All,

 

I am still trying to find the best way to navigate through an entire ditamap
structure, collect certain data, then reprocess the map to insert the
pertinent data into one of the topics. Earlier this week I posted code using
an accumulator, but when I reprocess the map using a different mode, it only
shows the each topic's collected data.

 

I can post my code, but I am wondering if there is a better general purpose
algorithm for doing this with XSLT 3. I am not familiar with some of the
version 3 things like iterate or folding, but I am willing to learn the best
approach to a task like this. Thank you.

 

Rick

Current Thread