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 55115
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 10, 20262026-05-10T17:19:36+00:00 2026-05-10T17:19:36+00:00

Does anyone have an XSLT that will take the app.config and render it into

  • 0

Does anyone have an XSLT that will take the app.config and render it into a non-techie palatable format?

The purpose being mainly informational, but with the nice side-effect of validating the XML (if it’s been made invalid, it won’t render)

  • 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. 2026-05-10T17:19:37+00:00Added an answer on May 10, 2026 at 5:19 pm

    First draft at a solution to show

    • Connection Strings
    • App Settings

    Whack this in the app.config:

    <?xml-stylesheet type='text/xsl' href='display-config.xslt'?> 

    And this is the contents of display-config.xslt:

    <?xml version='1.0' encoding='ISO-8859-1'?> <xsl:stylesheet version='1.0' xmlns:xsl='http://www.w3.org/1999/XSL/Transform'>    <xsl:template match='/'>    <html>     <body>      <h2>Settings</h2>       <xsl:apply-templates />      </body>    </html>   </xsl:template>           <xsl:template match='connectionStrings'>    <h3>Connection Strings</h3>    <table border='1'>     <tr bgcolor='#abcdef'>      <th align='left'>Name</th>      <th align='left'>Connection String</th>     </tr>     <xsl:for-each select='add'>      <tr>       <td><xsl:value-of select='@name'/></td>       <td><xsl:value-of select='@connectionString'/></td>      </tr>     </xsl:for-each>    </table>   </xsl:template>     <xsl:template match='appSettings'>    <h3>Settings</h3>    <table border='1'>     <tr bgcolor='#abcdef'>      <th align='left'>Key</th>      <th align='left'>Value</th>     </tr>     <xsl:for-each select='add'>      <tr>       <td><xsl:value-of select='@key'/></td>       <td><xsl:value-of select='@value'/></td>      </tr>     </xsl:for-each>    </table>   </xsl:template> </xsl:stylesheet> 
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Does anyone have some code that will take a TimeZoneInfo field from .NET and
Does anyone have any suggestions for a good tool, xslt or other that can
Does anyone know of a solid non-encumbered suite of XSLT sheets that can generate
Does anyone have any tips that could help speed up a process of breaking
Does anyone have instructions on building the opensource version of Qt? Now that the
I've generated the following XSLT file, and have created a Form that will post
Does anyone have an idea of how to get posts that have no comments
I know that XSLT does not work in procedural terms, but unfortunately I have
Does anyone have recommendations on the best Online Store for non-technical users of Joomla?
Does anyone have a sample code that given the database file displays the names

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.