Category Archive: xslt

Oct
31

XML Web Application For Idea Management System

Managed to complete one of my project for this semester. Page are generated from xslt process and rendered to xhtml format. Page navigations are controlled using xAjax component. Try it out and have fun http://www.lindaocta.com/linda/stuff/xmlAssignment/index.php

Permanent link to this article: http://lindaocta.com/?p=18

Oct
25

Rendering nested table using xslt for a flat xml file

Creating xhtml output for nested xml element is pretty easy because all I need is just get the parent element and display all it’s children, but not the schema (the schema is almost the same as my previous blog about creating schema for self-referencing xml file). I try to use flat xml file is a …

Continue reading »

Permanent link to this article: http://lindaocta.com/?p=15

Oct
25

Creating schema for self-referencing xml file.

Previously I posted on something related to primary key and foreign key used in schema to maintain the relationship for my xml documents. I am still trying to sort that problem out :X I moved on to try to create a schema for my nested menu. It takes me quite sometimes to find the correct …

Continue reading »

Permanent link to this article: http://lindaocta.com/?p=14