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

Subject: Re: [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 17:51:19 -0000
Hi Martin,



This works well; here is the result:



<?xml version="1.0" encoding="UTF-8"?>

<map-data>

   <summary>

      <spare quantity="2">Spare1</spare>

      <spare quantity="6">Spare2</spare>

      <spare quantity="2">Spare3</spare>

      <supply quantity="2">Supply1</supply>

      <tool quantity="2">Tool1</tool>

   </summary>

</map-data>



However, it only works with a single level of references. A ditamap could have
references to other maps or other topics. I think I need a recursive function
to grab all of the uribs in a single collection.



Rick

Current Thread