HighTechTalks DotNet Forums  

output xml from xslt inC#

Dotnet XML microsoft.public.dotnet.xml


Discuss output xml from xslt inC# in the Dotnet XML forum.



Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old   
Wizfrog
 
Posts: n/a

Default output xml from xslt inC# - 11-18-2007 , 06:05 PM






Hello,

Thanks for taking the time to read.


I'm begining Visual C# and trying to convert an HTML/Javascript
application into a Windows application.


I was using and XML database, transformed with XSL to output HTML, in
Javascript for the client.


Now, I have the same data in XML that I want to transform with XSL,
but I need to output an XML node tree, to populate a treeView.


I see a lot of ways to transform XML with XSL to output a string or a
file, but I guess what I need is to output an XmlDocument


I'm pretty confused with the "Writers" and "Readers" that only seem
to
relate to OI.


Could anyone explain how I obtain an XML output starting from the 2
files:


string myXMLFilename = "myXML.xml";
string myXSLFilename = "myXSL.xsl";


Once I have the XML tree I know how to populate my treeView...
This should be easy, but I still can't figure it out!


Thanks

Reply With Quote
Reply




Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.