Subject: Re: [xsl] Json to xml From: "Martin Honnen martin.honnen@xxxxxx" <xsl-list-service@xxxxxxxxxxxxxxxxxxxxxx> Date: Fri, 14 Mar 2025 19:12:23 -0000 |
I was just going to post that I found a way using tunnel paramters. I added this template in the included XSLT file and it does the trick because at this point I am now only dealing with XML content.
B B B B <xsl:template match="/"> B B B B B B B <xsl:apply-templates> B B B B B B B B B B B <xsl:with-param name="PROPERTIES" select="/j:map/j:map[@key='properties']" B B B B B B B B B B B B B B B tunnel="yes"/> B B B B B B B </xsl:apply-templates> B B B B </xsl:template>
But unless you have an overriding xsl:template match="/" in the importing stylesheet the above would prevent your template matching "data" to be ever reached in the importing stylesheet.
Current Thread |
---|
|
<- Previous | Index | Next -> |
---|---|---|
Re: [xsl] Json to xml, dvint@xxxxxxxxx | Thread | [xsl] Analyzing text by extracting , Roger L Costello cos |
Re: [xsl] Json to xml, dvint@xxxxxxxxx | Date | Re: [xsl] Help, my problem is n-cub, Liam R. E. Quin liam |
Month |