Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
<attributesViewsList>
   <attributesView fullView="true">
      <name lang="pl"><![CDATA[Wszystkie atrybuty]]></name>
      <name lang="en"><![CDATA[All attribures]]></name>
   </attributesView>

   <attributesView>
      <name lang="pl"><![CDATA[Tytuł, autor i opis]]></name>
      <attribute required="true">Title</attribute>
      <attribute>Creator</attribute>
      <attribute descendantRequired="true" showAllDescendants="true">Description</attribute>
   </attributesView>
</attributesViewsList>


Info

Słowo ''atrybut'' można rozumieć jako podstawowy składnik opisu bibliograficznego lub jako element dodawany do znacznika xml. Aby uniknąć niejasności, zawsze gdy słowo jest używane w drugim z tych znaczeń, zostanie podkreślone, że chodzi o xmlThe word “attribute” can be understood as a basic ingredient of a bibliographic description or as an element added to the XML tag. For the sake of clarity, whenever the word is used in the second sense here, it will be expressly stated.

The main tag of the configuration file is <attributesViewsList>. Inside, there are <attributesView> tags which define one attribute view each. The user can enter the following information about the view:

...