Windows Develop Bookmark and Share   
 index > Windows Forms General > Help me in XSLT Transformation in C#
 

Help me in XSLT Transformation in C#

Hi Everyone,

I have a generation of word document with formatting inside the table and merging cells from xml file. My problem is very slowly when populate almost 2 hours, i have 200000 records to populate.


Table
Col 1 | Col2 | Col3 | Col4 | Col5 | Col6 | Col7 |
____________________________________________________________

1 | Anything | 07:20 | 07:25 | 0.5 | 1 | Description |
| |_____________________________________________
| | 09:30 | 09:32 | 0.2 | 2 | Description2 |
____________________________________________________________

2 | Anything | 10:05 | 10:40 | 35.0 | 3 | Description3 |
____________________________________________________________


can any one help me using Transformation or XSLT .
Many thanks.
arajr_creator  Tuesday, September 15, 2009 6:49 AM

Hi arajr_creator,

These are some articles about generating word document with XSLT:

http://weblogs.asp.net/cnagel/archive/2004/09/25/234188.aspx.
http://weblogs.asp.net/cnagel/archive/2004/09/30/236247.aspx.
http://www.tkachenko.com/blog/archives/000024.html.

These are some documents about processing XSLT in C#:
http://support.microsoft.com/kb/307322.
http://www.xml.com/pub/a/2002/08/14/dotnetxslt.html.

Let me know if this does not help.
Aland Li


Please mark the replies as answers if they help and unmark if they don't. This can be beneficial to other community members reading the thread.
Aland Li  Thursday, September 17, 2009 6:09 AM

Hi arajr_creator,

These are some articles about generating word document with XSLT:

http://weblogs.asp.net/cnagel/archive/2004/09/25/234188.aspx.
http://weblogs.asp.net/cnagel/archive/2004/09/30/236247.aspx.
http://www.tkachenko.com/blog/archives/000024.html.

These are some documents about processing XSLT in C#:
http://support.microsoft.com/kb/307322.
http://www.xml.com/pub/a/2002/08/14/dotnetxslt.html.

Let me know if this does not help.
Aland Li


Please mark the replies as answers if they help and unmark if they don't. This can be beneficial to other community members reading the thread.
Aland Li  Thursday, September 17, 2009 6:09 AM

You can use google to search for other answers

Custom Search

More Threads

• Close All windows (created on multiple thread) in an application
• Adding a property to a base collection object?
• Button inside a textbox?
• HTMLTxtRange.move not working?!
• Visual Studio 2008 Pro SP1 Hangs when editing WinForms
• Recommendations for 3rd party Windows TreeView & ListView controls
• How to simulate the visual effect of "button pressed" by changing 3d button element's up-left and down-right border color?
• UserControl DefaultValue
• Working with MSHTML with css
• Tooltip redisplay issue