|
Subject: Re: [xsl] problem with key From: "Martin Honnen martin.honnen@xxxxxx" <xsl-list-service@xxxxxxxxxxxxxxxxxxxxxx> Date: Thu, 15 Apr 2021 06:47:32 -0000 |
In thinking about this, it looks like this can be written as a recursive routine.B Is this correct? Right now I run a batch file and increment the level for each step.
It might be easier for us to help of if you start with a new thread or summarize at least the current input and wanted result.
If you want recursion in XSLT you usually need apply-templates instead
of copy-of so somewhere instead of
<xsl:copy-of select="key('SemanticDomainByParent', $parentSD,
$lookupDoc)"/>
I supposed you either need to use apply-templates or you want to store
the copy in a variable and reapply templates with the level variable or
parameter increased.| Current Thread |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| Re: [xsl] problem with key, Albright, Jim jim_al | Thread | Re: [xsl] problem with key, Albright, Jim jim_al |
| Re: [xsl] Same Indent in converted , Martin Honnen martin | Date | Re: [xsl] problem with key, Albright, Jim jim_al |
| Month |