Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×
The Claris Museum: The Vault of FileMaker Antiquities at Claris Engage 2025! ×

cant get result-document to work


This topic is 4867 days old. Please don't post here. Open a new topic instead.

Recommended Posts

  • Newbies
Posted

hi guys. I can't get result document to work when using XSL. It tells me the href has already been created. I think my foreach is wrong

xml is root/dept/sub-dept. with multiple dept and muliple sub-dept in them.

<xsl:for-each select="//dept/sub-dept">

<xsl:variable name="nameOf" select="sub-dept"/>

<xsl:variable name="filename" select="concat('output1/',$nameOf,'.html')" />

<xsl:value-of select="$filename" /> <!-- Creating -->

<xsl:result-document href="{$filename}" format="html">

</xsl:result-document>

</xsl:for-each>

appreciate the help thanks

  • 7 months later...
Posted

are you trying to create multiple outputs from one XML file via XSLT?

xsl:result-document is ONLY available with XSLT 2.0. FM uses only XSLT 1.0 <SIGH/>

This topic is 4867 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.