| Stylesheet |
Description |
Files |
| ComboPull1 |
Loading an HTML combo box from xml (Using the Pull approach). This stylesheet demonstrates how to load the contents of an HTML combo box as well as setting the default value. In this example, we store the default value in a variable to make the code a bit more reusable.Also note that we are using the Pull method to extract data from our xml document. The pull method is an approach where the use of templates is minimized and data is accessed by "pulling" it from our xml document. |
Output XSL File XML File Download this sample
|
| |
|
|
| ComboPush1 |
Loading an HTML combo box from xml (Using the Push approach). This stylesheet demonstrates how to load the contents of an HTML combo box as well as setting the default value. In this example, we store the default value in a variable to make the code a bit more reusable. Also note that we are using the "Push" method to transform data from our xml document. The Push method is an approach where templates are used extensively. Using the "Push" method, we are essentially defining templates for each of our xml elements and "Pushing" our xml data towards it. |
Output XSL File XML File Download this sample
|
| |
|
|
| LinksPull1 |
Loading an HTML combo box from xml (Using the Push approach). This stylesheet demonstrates how to load the contents of an HTML combo box as well as setting the default value. In this example, we store the default value in a variable to make the code a bit more reusable. Also note that we are using the "Push" method to transform data from our xml document. The Push method is an approach where templates are used extensively. Using the "Push" method, we are essentially defining templates for each of our xml elements and "Pushing" our xml data towards it. |
Output XSL File XML File Download this sample
|
| |
|
|
| LinksPull1 |
Creating Hyperlinks from xml (Using the Pull method). This stylesheet demonstrates how to create hyperlinks from an xml document. Also note that we are using the Pull method to extract data from our xml document. The pull method is an approach where the use of templates is minimized and data is accessed by "pulling" it from our xml document. |
Output XSL File XML File Download this sample
|
| |
|
|
| LinksPull2 |
Creating Hyperlinks from xml (Using the Pull method). This stylesheet demonstrates how to create hyperlinks from an xml document. Also note that we are using the Pull method to extract data from our xml document. The pull method is an approach where the use of templates is minimized and data is accessed by "pulling" it from our xml document. One other point to mention is that we are using the shorthand for writing attributes in our hyperlinks which helps to streamline the code readability just slightly. |
Output XSL File XML File Download this sample
|
| |
|
|
| LinksPush1 |
Creating Hyperlinks from xml (Using the Push method). This stylesheet demonstrates how to create hyperlinks from an xml document. Also note that we are using the "Push" method to transform data from our xml document. The Push method is an approach where templates are used extensively. Using the "Push" method, we are essentially defining templates for each of our xml elements and "Pushing" our xml data towards it. |
Output XSL File XML File Download this sample
|
| |
|
|
| RadioPull1 |
Creating Hyperlinks from xml (Using the Push method). This stylesheet demonstrates how to create hyperlinks from an xml document. Also note that we are using the "Push" method to transform data from our xml document. The Push method is an approach where templates are used extensively. Using the "Push" method, we are essentially defining templates for each of our xml elements and "Pushing" our xml data towards it. |
Output XSL File XML File Download this sample
|
| |
|
|
| RadioPull1 |
Creating Hyperlinks from xml (Using the Push method). This stylesheet demonstrates how to create hyperlinks from an xml document. Also note that we are using the "Push" method to transform data from our xml document. The Push method is an approach where templates are used extensively. Using the "Push" method, we are essentially defining templates for each of our xml elements and "Pushing" our xml data towards it. |
Output XSL File XML File Download this sample
|
| |
|
|
| RadioPush1 |
Generating radio buttons from xml (Using the Push method). This stylesheet demonstrates how to create radio buttons from an xml document. Also note that we are using the "Push" method to transform data from our xml document. The Push method is an approach where templates are used extensively. Using the "Push" method, we are essentially defining templates for each of our xml elements and "Pushing" our xml data towards it. This stylesheet demonstrates how to create radio buttons from an xml document. Also note that we are using the Pull method to extract data from our xml document.The pull method is an approach where the use of templates is minimized and data is accessed by "pulling" it from our xml document. |
Output XSL File XML File Download this sample
|
| |
|
|
| Text Boxes from Employee Attributes (Pull Method) |
Generating a text box from xml (pull method). This series of textboxes is generated using the pull method of extracting xml attributes. Each element will generate a text box and the attributes will allow us to format the text box according to the attribute values. Also note that we are using the Pull method to extract data from our xml document. The pull method is an approach where the use of templates is minimized and data is accessed by "pulling" it from our xml document. |
Output XSL File XML File Download this sample
|
| |
|
|
| Text Boxes from Employee Elements (Pull Method) |
Generating a text box from xml(Pull Method). This series of textboxes is generated using the pull method of extracting xml elements. Each element will generate a text box. Also note that we are using the Pull method to extract data from our xml document. The pull method is an approach where the use of templates is minimized and data is accessed by "pulling" it from our xml document. |
Output XSL File XML File Download this sample
|
| |
|
|
| Text Boxes from Employee Elements 1 (Push Method) |
Generating a text box from xml (push method). This series of textboxes is generated using the pull method of extracting xml elements. Each element will generate a text box. Also note that we are using the "Push" method to transform data from our xml document. The Push method is an approach where templates are used extensively. Using the "Push" method, we are essentially defining templates for each of our xml elements and "Pushing" our xml data towards it. |
Output XSL File XML File Download this sample
|
| |
|
|
| Text Boxes from Employee Elements 2 (Push Method) |
Generating a text box from xml (push method). This series of textboxes is generated using the pull method of extracting xml elements. Each element will generate a text box. Also note that we are using the "Push" method to transform data from our xml document. The Push method is an approach where templates are used extensively. Using the "Push" method, we are essentially defining templates for each of our xml elements and "Pushing" our xml data towards it. |
Output XSL File XML File Download this sample
|
| |
|
|