|
|
|
|
|
|
| |
One To Many To Many with XSLT
Examples of processing XML documents that demonstrate having a "One to Many to Many" relationship
| Stylesheet |
Description |
Files |
| Company OneToManyToMany Pull |
Simple One-to-Many-to-Many (Using the Pull method). This stylesheet demonstrates a 1-M-M relationship of Company to Category to Employees. 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 ny "pulling" it from our xml document |
Output XSL File XML File Download this sample
|
| |
|
|
| Company OneToManyToMany Push |
Simple One-to-Many-to-Many (Using the Push method). This stylesheet demonstrates a 1-M-M relationship of Company to Category to Employees. 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
|
| |
|
|
| Products OneToManyToMany Pull |
Simple One-to-Many-to-Many (Using the Pull method). This stylesheet demonstrates a 1-M-M relationship of Company to Category to Employees. 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 ny "pulling" it from our xml document |
Output XSL File XML File Download this sample
|
| |
|
|
| Products OneToManyToMany Push |
Simple One-to-Many-to-Many (Using the Push method). This stylesheet demonstrates a 1-M-M relationship of Company to Category to Employees. 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
|
| |
|
|
|
|
|
|
|
|
|
|
|