LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2
Default xslt and .net

XSLT, the extensible stylesheet language for changes, is really a language that gives the mechanism to change and manipulate XML data. It's accustomed to transform XML documents into another documents, for instance other XML document, HTML document or text document. XSLT processors parse the input XML document, along with the XSLT stylesheet after which process the instructions based in the XSLT stylesheet, while using components from input XML document. Throughout the processing from the XSLT instructions, an organized XML output is produced.

In .Internet framework, this modification is handled while using Load and Transform method in the XslTransform class. Initially, an XslTransform object is instantiated, the engine to do XSLT changes on XML documents within the .Internet framework. The Burden approach to the XslTransform class is known as to load the XSL stylesheet from disk. Finally, the Transform technique is performed, takes the XPathDocument and XmlTextWriter object as parameters. However, user can call the Transform approach to initiate the transformation and passing within the source XML document and also the changed XML document title. Basically, the XSLT processor processes the input document, is applicable the stylesheet and creates the result document.

http://www.liquid-technologies.com/xml.aspx
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
how to open xml in a excel using xslt? provide an example. koppula kumar Excel Discussion (Misc queries) 0 December 1st 09 07:21 AM
XSLT XML Mapping Excel "Map Each Element" "XML Source" [email protected][_2_] Excel Programming 0 July 26th 07 01:25 AM
XML to HTML using XSLT Camilo Excel Discussion (Misc queries) 1 April 13th 06 11:19 PM


All times are GMT +1. The time now is 07:59 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"