Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 695279
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 14, 20262026-05-14T02:56:34+00:00 2026-05-14T02:56:34+00:00

I need to copy a node and its sub-nodes: first: one identical copy followed

  • 0

I need to copy a node and its sub-nodes:

  • first: one identical copy
  • followed by a modified copy with some attributes values changed

Here is the extract to change:

<Configuration
    Name="Debug|Win32"
    OutputDirectory=".\Debug"
    IntermediateDirectory=".\Debug"
    ATLMinimizesCRunTimeLibraryUsage="FALSE"
    CharacterSet="2">
    <Tool
        Name="VCCLCompilerTool"
        Optimization="0"
        BasicRuntimeChecks="3"
        RuntimeLibrary="1"
        AssemblerListingLocation=".\Debug/"
        ObjectFile=".\Debug/"
        ProgramDataBaseFileName=".\Debug/"
        WarningLevel="4"
        SuppressStartupBanner="TRUE"
        DebugInformationFormat="4"
        CompileAs="0"/>
</Configuration>

In the second copy I need to change all “Debug” to “Release” and some attribute values also.

Thanks

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-14T02:56:35+00:00Added an answer on May 14, 2026 at 2:56 am

    Thanks Koynov

    I found however a solution using template modes:

    <xsl:template match="Configuration[@Name='Debug|Win32']">
        <xsl:copy>
            <xsl:apply-templates select="@*|node()"/>
        </xsl:copy>
        <xsl:copy>
            <xsl:attribute name="WholeProgramOptimization">TRUE</xsl:attribute>
            <xsl:apply-templates select="@*|node()" mode="Release"/>
        </xsl:copy>
    </xsl:template>
    

    With this template for all attributes:

        <xsl:template match="@*" mode="Release">
        <xsl:attribute name="{local-name()}">
            <xsl:call-template name="replace-string">
                <xsl:with-param name="text"     select="."/>
                <xsl:with-param name="replace"  select="'Debug'"/>
                <xsl:with-param name="with"     select="'Release'"/>
            </xsl:call-template>
        </xsl:attribute>
    </xsl:template>
    

    and of-course the “replace-string” template.

    Thanks again.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I need some javascript (not JQuery etc) codes to copy a clone node and
I need to copy about 40 databases from one server to another. The new
I need to copy some records from our SQLServer 2005 test server to our
I need to copy several tables from one DB to another in SQL Server
I must copy a <script> node from xml to html, but I need to
First of all, I need to Find a parent node by a specific child
I have some SVG embedded into a web page and need to copy a
I'm running hive over EMR, and need to copy some files to all EMR
I need to copy hundreds of gigs of random files around on my computer
I need to copy the newest file in a directory to a new location.

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.