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

  • SEARCH
  • Home
  • 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 279821
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 12, 20262026-05-12T05:03:54+00:00 2026-05-12T05:03:54+00:00

I have this kinda interesting requirement. Typically you use XSLT to transform an XML

  • 0

I have this kinda interesting requirement.

Typically you use XSLT to transform an XML document. The transformed HTML is viewable in a web browser, this works just great. I am also guessing the browser handles the transformation in memory, because if you view the page source of an xml document with XSLT, you don’t see html, only xml.

What I would like to do is the following.

using c#

  1. grab an xml file from the fileSystem….
    Load it into some framework object
  2. attach an XSLT stylesheet
  3. output the rendered HTML back to an html file on the file system.

Is this possible.

I don’t expect a full answer on the entire solution. Just a push in the right direction would be great 🙂 thanks in advance.

  • 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-12T05:03:54+00:00Added an answer on May 12, 2026 at 5:03 am

    You can use System.Xml.Xsl to do XSLT in C#.

    There’s an article here: XML transformation using Xslt in C# that explains how – here’s the core of it:

    XPathDocument myXPathDoc = new XPathDocument(<xml file path>);
    XslTransform myXslTrans = new XslTransform();
    myXslTrans.Load(<xsl file path>);
    XmlTextWriter myWriter = new XmlTextWriter("result.html", null);
    myXslTrans.Transform(myXPathDoc, null, myWriter);
    

    (Edit: Note to @John: that code illustrates the basic idea. It doesn’t pretend to be production quality.)

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

Sidebar

Related Questions

I have a webpage with a form, which looks kinda like this: @using (Html.BeginForm(MyAction,
I have this kind of node in my xml document: <parent ...> <a .../>
I have this kinda template text : Hello {#Name#}, Thanks for coming blah on
ok so this problem is kinda weird because the NSLog I have right in
I have a list of error codes I need to reference, kinda like this:
I have this kind of recrods: 1 2 12345 2 4 98231 ... I
I have this kind of mysql db (table name/fields) tbl_users : id, title, approved
I have this kind of code below, how can I bind the visibility of
I have this kind of setup : Overridden BaseRunserverCommand that adds another option (--token)
I have this kind of table, it has many rows and each row has

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.