July 19, 2011
Items can be iterated with the help of arrays in PHP but when arrays are not available, there is alternate and even more efficient method to undertake the same task. This is particularly useful while reading records from a database or lines of text read from a file. In this tutorial, we would create a [...]
Read the full article →
July 15, 2011
Having discussed important aspects of XSL-FO such as areas, output formats and document structure, today’s tutorial would be devoted to XSL-FO Pages. XSL-FO basically uses page templates called “Page Masters” to define the layout of pages. Each template must have a unique name. For example, consider the following piece of code:
Read the full article →