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)
|
|
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)
|
|||
|
|
|
|
What type of conversion are you looking for? Just for informational purposes? What level of detail are you looking to transform? |
||
|
|
|
|
First draft at a solution to show
Whack this in the app.config:
And this is the contents of display-config.xslt:
|
||
|
|