Projet esup-lecture
Pages enfant
  • Installation guide V1

Comparaison des versions

Légende

  • Ces lignes ont été ajoutées. Ce mot a été ajouté.
  • Ces lignes ont été supprimées. Ce mot a été supprimé.
  • La mise en forme a été modifiée.

...

  • refCategoryProfile references a category profile declared in this context (using category profile id). You can declare as many category profiles as you want in a context. Each category profile must be defined in an element categoryProfile. A same categoryProfile can be declared in several contexts. refCategoryProfile has the following attribute :
    • refId : Identify the category profile (attribute id of element categoryProfile, see below)
  • categoryProfilesUrl is an alternative way to declare category profiles, which are in this case defined externally. It is used in coordination with applications who are able to show urls containing categoryProfiles definitions. categoryProfilesUrl has the following attributes :
    • url : The url containing categoryprofiles definitions_._ This url must be a xml file with a root element containing categoryprofile elements (see below), like this :
      Bloc de code
      
      <?xml version="1.0" encoding="UTF-8"?>
      
      <categoryProfilesUrl>
         <categoryProfile>...</categoryProfile>
         <categoryProfile>...</categoryProfile>
         ...
      </categoryProfilesUrl>
      
    •  

Element categoryProfile :

...