Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Last post Mar 02, 2010 04:32 PM by Martin_Honnen
Member
40 Points
11 Posts
Mar 02, 2010 03:23 PM|LINK
I am a newbie. I have an existing XML file along with an XSD file. How do I create an XSLT file using .Net Framework 2.0.
Star
14481 Points
2006 Posts
MVP
Mar 02, 2010 04:32 PM|LINK
An XSLT file is a program that transforms XML input into XML or HTML or plain text. There is no automatic way to generate one, instead someone with the skills needs to write it, the same way as someone with C# skills writes a C# program.
If you have an XML document and a schema (XSD file) and want to validate the XML against the schema then see http://msdn.microsoft.com/en-us/library/hdf992b8.aspx . That has nothing to do with XSLT however.
dmoss22922
Member
40 Points
11 Posts
HOw to create an XSLT file
Mar 02, 2010 03:23 PM|LINK
I am a newbie. I have an existing XML file along with an XSD file. How do I create an XSLT file using .Net Framework 2.0.
Martin_Honne...
Star
14481 Points
2006 Posts
MVP
Re: HOw to create an XSLT file
Mar 02, 2010 04:32 PM|LINK
An XSLT file is a program that transforms XML input into XML or HTML or plain text. There is no automatic way to generate one, instead someone with the skills needs to write it, the same way as someone with C# skills writes a C# program.
If you have an XML document and a schema (XSD file) and want to validate the XML against the schema then see http://msdn.microsoft.com/en-us/library/hdf992b8.aspx . That has nothing to do with XSLT however.
My blog