home 
 
 
 
nlfr
 
Home
About ABIS
Services
Courses
Resources
Contact
MyABIS
All CoursesbalkjeGeneral » Soft skills » Introduction to HW & SW » TracksOperating systems » MVS - z/OS » UNIX - Linux - AIX » Mac OS X » iPad and iPhone iOSDatabases, transaction systems and middleware » DB2 for z/OS » DB2 UDB for Linux, UNIX and Windows » Oracle » SQL Server » MySQL » IMS » CICS » WebSphere MQ » WebSphere Application Server » Data warehouse, business analytics and big dataApplication development » Methods and techniques » TOGAF » PRINCE2 » Agile development and Scrum » Programming languages » Internet development » Object Oriented systems » Java » IBM development tools » SAS » XML » SOA & web servicesSystems management » ITIL » SecuritybalkjePractical informationRegistration 
XSLT

Intended for

This course is intended for those who are going to transform XML documents by means of XSL e.g. developers of web sites and web services, document & content management systems, and EAI and ESB solutions.

Background

Participants should be familiar with XML. This means that:

  • they are able to interpret the structure of an XML document;
  • they understand schemas and the use of namespaces.
  • they have a thorough knowledge of XPath (being able to write XPath expressions independently);
  • they understand the basic concepts of XSLT

These objectives can be achieved in the XML fundamentals course. Having a basic HTML knowledge is an advantage, but not necessary (cf. HTML).

Training method

Classroom instruction with exercises.

Course leader

Sandy Schillebeeckx, Ludo Van den dries.

Duration

2 days.

Schedule

datelanguageplacepriceremarks
16/09/2013 Leuven960 EUR
02/12/2013NWoerden960 EUR
Legend
  • You can enrol by clicking on the dates in the calendar.
  • N: Dutch; F: French; E: English; No code: language depends on the participants.
  • All prices are VAT excluded.
  • Countries:
    Belgium 
    Netherlands 
    Elsewhere 

Objectives

XSLT (eXtensible Style Language Transformations) is the W3C standard for transforming XML documents into several formats, such as HTML, plain text and XML itself. XSLT is a rather 'unusual' programming language: it has traces from procedural programming and pattern matching, but is mainly based on functional programming, which merits an appropriate introduction.

At the end of this course participants will have gained enough knowledge to develop several types of XML document transformations.

Main topics

  • Positioning: XSLT, XSL, XPath, XQuery en XSL-FO
  • XSLT 1.0 vs. XSLT 2.0
  • XPath (short recall)
  • The XSLT PUSH and PULL technique (short recall)
  • Transformation to:
  • HTML
  • XML
  • Text
  • Programming techniques:

How to use variables, parameters and conditions

  • Special techniques:
  • Sort
  • Numbering
  • Include and import
  • Calling for templates
  • Functions
  • XSLT and namespaces