|
|
|
|
|
|
| |
XML to XML with XSLT
XML to XML -Transforming XML documents into other XML documents
| Stylesheet |
Description |
Files |
| AttrToElem |
Converting attributes to Elements. This stylesheet will convert an xml file that is attribute-based to one that is element-based. In this stylesheet, the original customer elements are represented as a series of attributes. The output of this transformation will be a number of child elements, one for each attribute. |
Output XSL File XML File Download this sample
|
| |
|
|
| CreateAttrSubset |
Creating attributes from a subset of elements. This stylesheet will create an output of a subset of attributes. Each element generated will contain only two attributes from the original input element (CompanyName and CustomerID). |
Output XSL File XML File Download this sample
|
| |
|
|
| CreateFilteredSubset |
Creating attributes from a subset of elements. This stylesheet will create an output of a subset of attributes. Each element generated will contain only two attributes from the original input element (CompanyName and CustomerID). |
Output XSL File XML File Download this sample
|
| |
|
|
| CreateSortedSubset |
Creating attributes from a sorted set of elements. This stylesheet will create an output of attributes from a set of sorted elements. Each element generated will contain only specific attributes for customers sorted by countryname. |
Output XSL File XML File Download this sample
|
| |
|
|
| CreateElemSubset |
Creating a subset of elements. This stylesheet will create an output of a subset of elements from an attribute-based xml file. The output elements will be a subset of the original customer elements, containing only the CompanyName, CustomerID and Country elements.. |
Output XSL File XML File Download this sample
|
| |
|
|
| CustomerElemToAttr |
Converting Elements to Attributes. This stylesheet will convert an xml file that is element-based to one that is attribute-based. In this stylesheet, the original customer elements will be transformed to attributes. |
Output XSL File XML File Download this sample
|
| |
|
|
| StatesElemToAttr |
Converting Elements to Attributes. This stylesheet will convert an xml file that is element-based to one that is attribute-based. In this stylesheet, the original state elements will be transformed to attributes. |
Output XSL File XML File Download this sample
|
| |
|
|
|
|
|
|
|
|
|
|
|