| View: | [ 2009 | 2008 | 2007 | 2006 | 2005 | 2004 | 2003 | 2001 ] |
| Articles Tutorials |
- Internationalize your apps with XSLT by Leonida Gianfagna, Stefano Borghetti, Antonio Perrone - [Clicks: 18]
To meet the needs of users worldwide, today's Web applications often require internationalization. In this article, you'll see an approach for client-side internationalization based on XSLT. This solution only requires that both the data to be internationalized and the server stores are in XML.
http://www.ibm.com/developerworks/web/library/x-clientxslti18n/index.html - May, 2008 - Schema-aware processing with XSLT 2.0 by Mukul Gandhi - [Clicks: 13]
With the release of version 2.0, XSLT now allows you to design your stylesheets to be schema-aware. A schema-aware XSLT system offers many benefits, including the ability to validate input trees prior to the XSLT transformation to ensure that the XSLT stylesheet only processes valid input, as well as the ability to validate output trees to ensure that the XSLT transformation is producing the valid XML output. You are also able to specify data types for variables, for input parameters for user-defined functions and templates, and for return values from the functions. In this article, learn more about the concept of schema-aware facilities and follow some examples that illustrate the benefits.
http://www.ibm.com/developerworks/xml/library/x-schemaxslt.html - Apr, 2008
- Expand the editing capabilities of OpenOffice with XSLT by Jonathan Levin - [Clicks: 13]
You might know that you can pull XML data into OpenOffice's spreadsheet program, Calc, but did you know that you can create a filter to make word-processing documents out of data stored as XML? This tutorial shows you how to use OpenOffice's import/export filters to open your XML data as though it's just a plain document. From there, users can edit the document much more naturally and then save it back to its native format. You can also use this feature to easily turn your documents into XML data.
[Formats: html, pdf]
http://www.ibm.com/developerworks/edu/x-dw-x-xsltopenoff.html - Jan, 2008