- Ante.lv
- Tīmekļa programmēšana
- Individuālie mājasdarbi
- HW18 - XSLT for WML
HW18 - XSLT for WML
Last modified by superadmin on 2018-01-12 20:32
HW18 - XSLT for WML
Given a custom XML data format for multiple choice tests, convert them into a viewable WML (Wireless Markup Language). In this case XSLT transformation is used to convert data-oriented XML to a presentation-oriented XML.
Specification of Your Code
Your code should be an Ant script, which runs your XSLT transformation on the provided XML file and also calls scripts, which transform attached GIF/JPG/PNG files to a mobile-compatible format (e.g. Wireless BitMap (WBMP)). See attached file "anatomija.zip" (an example of multiple-choice test with various answer options), the "htmlstyle.xsl" and an example of WML file ("wmlform.wml").