Hello,
I hope that I can explain this correctly. I am trying to print a
specific report based upon user's input in a Windows application. I'm a
newbie to XSL and unaware of how to go about this. Basically, I want to
create the XML file based on the user's input, format the report with
XSL and then send the new document to the printer. Any sample code
would be appreciated as I have no idea of how to go about this.
Thanks
Kevin Spencer - 07 Nov 2006 23:50 GMT
Here are a few links that should help you get started:
Regarding MSXML and XSLT:
http://msdn.microsoft.com/library/en-us/xmlsdk/html/6b8e4b12-f090-49e5-a2e4-b8fb
913ac320.asp?frame=true
http://msdn.microsoft.com/library/en-us/xmlsdk/html/678bcd68-cbbb-4be5-9dd2-40f9
4488a1cf.asp?frame=true
http://msdn.microsoft.com/library/en-us/xmlsdk/html/6da1b6e3-256e-4919-8848-53b4
25f72ed1.asp?frame=true
http://msdn2.microsoft.com/en-us/library/ms950734.aspx
http://msdn2.microsoft.com/en-us/library/aa152998.aspx
Regarding the .Net Framework support for XML and XSLT:
http://msdn.microsoft.com/library/en-us/dnxmlnet/html/xmltools.asp?frame=true
http://msdn2.microsoft.com/en-us/library/system.xml.aspx
http://msdn2.microsoft.com/en-us/library/system.xml.xsl.aspx

Signature
HTH,
Kevin Spencer
Microsoft MVP
Ministry of Software Development
http://unclechutney.blogspot.com
I just flew in from Chicago with
a man with a wooden leg named Smith
who shot an elephant in my pajamas.
So I bit him.
> Hello,
> I hope that I can explain this correctly. I am trying to print a
[quoted text clipped - 5 lines]
>
> Thanks