![]() |
Home | Java | Palm OS | ASP COM | XML XSL | PHP | Personal | Your IP: 38.103.63.18 |
|
Tutorials: |
Using ASP for server side creation of HTML by parsing XML and XSL It is quite straightforward to use ASP and the MS XML Parser object to achieve server side HTMl generation from a XML file and its associated XSL file. The real work of formatting and visual presentation information is all stored in the XSL stylesheet. ASP will just help us to transform the XML into HTML using this carefully crafted XSL style sheet.
And here is the output of the above code
You can apply Cascading Style Sheets (CSS) style sheets within the XSL style sheet for further control over the final HTML rendering. You can download all the files used in this example by clicking here. |
| Home | Java | Palm OS | ASP COM | XML XSL | PHP | Personal | Contact |