Skip to main content

 Tutorials

Task-driven tutorials and recipes for PageSeeder

How to convert XML data to PSML documents

Skills requiredXML, XSLT
Time required (minutes)30
Intended audienceDeveloper
DifficultyEasy
CategoryDocument

Objective

Content of PSML documents often originates in other XML formats. This tutorial will demonstrate how to convert XML generated by Wikipedia to PSML documents using XSLT .

After it is converted, the PSML will be uploaded to PageSeeder for checking or further editing.

Prerequisites

To complete this tutorial requires:

  • Software to read and write zip files (e.g. 7-Zip or on Windows right-click Extract all/Send to Compressed).
  • Access to a PageSeeder server with at least a contributor role on the tutorial group.

All the necessary files for this tutorial are on Github .

Run the XSLT code

The easiest way to do this is to follow the instructions in How to run XSLT from Eclipse but if the Eclipse IDE is not available follow How to run XSLT from the command line. When doing this use the following:

  • films - the name of the data folder.
  • wikipediafilms.xml – the input XML from Github.
  • films.xsl – the XSLT code from Github.

It should create files in the output folder according to the following naming pattern:

 film-[n].psml

or

film-1.psml
film-2.psml
film-3.psml
etc....

Before continuing, open some files in a text editor to check the content. Also to understand the XSLT conversion code or PSML markup, review wikipediafilms.xml and films.xsl.

Include images

Adding images to the collection requires storing the image files in a paths relative to the text. For example, the following:

films\
films\images

Copy the film images from Github to this folder.

Package and upload the PSML

The final step requires moving the data from a local file system into PageSeeder. Do this via the following steps:

  1. 'Zip' the folder with the *.psml and image files into a single zip archive. 
  2. Upload the archive to the PageSeeder group and select the unzip icon
    “Plus” button – Upload document
  3. After unzipping the archive, simply continue through the upload.
    Upload documents – Unzip button

Next Steps

The film documents can now be viewed in PageSeeder and can be used in conjunction with other tutorials to further explore PageSeeder development. Recommended tutorials are:

Created on , last edited on

Available tutorials