Jump to content

cant get result-document to work


wurdup

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

Recommended Posts

  • Newbies

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

Link to comment
Share on other sites

  • 7 months later...

This topic is 4580 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.