Informations sur le document
Titre: Examens de maturité
Date: 1940-2000
Description: Papier
Cote: AEV, 4200
#* #set ($document = $saxReaderUtil.readURL($baseURL.getData()) *#
#* #set ($ns = $saxReaderUtil.createNamespace("rns", "http://schemas.microsoft.com/deepzoom/2009"))*#
#* #set ($nsname = $ns.getPrefix())*#
#* $nsname *#
#set ($xmlUrl = "$baseURL.getData()" + "/dzc_output.xml")
#set ($imageUrl = "$baseURL.getData()" + "/dzc_output_files/")
#set ($document = $saxReaderUtil.readURL("$xmlUrl",false))
#set ($root = $document.getRootElement())
#set( $Format = $root.selectNodes("/Image/@Format").get(0).text )
#set( $Overlap = $root.selectNodes("/Image/@Overlap").get(0).text )
#set( $TileSize = $root.selectNodes("/Image/@TileSize").get(0).text )
## ne marche pas avex xmlns
#set( $Width = $root.selectNodes("/Image/Size/@Width").get(0).text ) #* /$nsname:Image/$nsname:Size/ *#
#set( $Height = $root.selectNodes("/Image/Size/@Height").get(0).text )
#*------
$root.selectNodes("/Image/@Format").get(0).text
$root.selectNodes("/Image/@Format").get(0).asXML()
-------*#
$root.selectNodes("/Image/@Format").get(0).asXML()
-------*#
