| file | Description |
|---|---|
| HelloWorldPull.xsl | XSL Stylesheet which uses the PULL method for displaying Hello World. |
| HelloWorldPull.xml | XML Document containing the greeting, "Hello World" |
| HelloWorldPullOutput.htm | Example of the HTML output that will result from transforming HelloWorldPull.xml with HelloWorldPull.xsl |
| HelloWorldPull.zip | All files for the HelloWorldPull example |
| file | Description |
|---|---|
| HelloWorldPush.xsl | XSL Stylesheet which uses the PUSH method for displaying Hello World. |
| HelloWorldPush.xml | XML Document containing the greeting, "Hello World" |
| HelloWorldPushOutput.htm | Example of the HTML output that will result from transforming HelloWorldPush.xml with HelloWorldPush.xsl |
| HelloWorldPush.zip | All files for the HelloWorldPush example |
| file | Description |
|---|---|
| 10orMoreProductAandProductB.xml | XML file containing basic product data for this sample |
| 10orMoreProductAandProductB.xsl | XSLT file used to demonstrate the use of the Intersection template (slightly modified from exslt.org) to find the intersection of the nodeset containing "Product A" elements and the nodeset containing "Product B" elements |
| 10orMoreProductAandProductBOutput.htm | HTML file containing the output generate from transforming 10orMoreProductAandProductB.xml with 10orMoreProductAandProductB.xsl. |
| 10orMoreProductAandProductB.zip | All files for this sample. |