Method | Description | |
---|---|---|
Main ( string args ) : void |
Main entry point for the sample.
|
|
ReadTransformWrite ( string document, string stylesheet ) : void |
Demonstrates the XslTransform class using two different overloads. One returns an XmlReader containing the transform. The other stores the transform in an XmlTextWriter.
|
Method | Description | |
---|---|---|
Output ( XmlReader reader, string nodeType ) : void |
Output the XML content to the console.
|
|
OutputXml ( XmlReader reader ) : void |
Output the tranformed XML in annotated form to the console. Calls the Output method.
|
public static ReadTransformWrite ( string document, string stylesheet ) : void | ||
document | string | |
stylesheet | string | |
return | void |