[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] Re: problem with key
Am 15.04.2021 um 00:28 schrieb Albright, Jim jim_albright@xxxxxxxxxxxx:
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.
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.
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|