Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. XML / XSL
  4. Creating a XSLT File

Creating a XSLT File

Scheduled Pinned Locked Moved XML / XSL
csharpquestionxmlhelp
2 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • T Offline
    T Offline
    teo_x
    wrote on last edited by
    #1

    I want to create a XSLT file in C#.NET manually.I mean that according to the user choice ,XSLT file will be created in background.But I know that there is not any class like XmlDocument,XmlTextWriter,XmlTextTeader for XSLT Document.How can I create this document?Should I use to File I/O class and how?I am waiting for your help...Thanks a lot...

    P 1 Reply Last reply
    0
    • T teo_x

      I want to create a XSLT file in C#.NET manually.I mean that according to the user choice ,XSLT file will be created in background.But I know that there is not any class like XmlDocument,XmlTextWriter,XmlTextTeader for XSLT Document.How can I create this document?Should I use to File I/O class and how?I am waiting for your help...Thanks a lot...

      P Offline
      P Offline
      Philip Fitzsimons
      wrote on last edited by
      #2

      an XSLT file is just a normal xml file in a different namespace (http://www.w3.org/1999/XSL/Transform) so you can use any of the Xml classes to create it


      "When the only tool you have is a hammer, a sore thumb you will have."

      1 Reply Last reply
      0
      Reply
      • Reply as topic
      Log in to reply
      • Oldest to Newest
      • Newest to Oldest
      • Most Votes


      • Login

      • Don't have an account? Register

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • World
      • Users
      • Groups