h5md-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [h5md-user] Modules


From: Peter Colberg
Subject: Re: [h5md-user] Modules
Date: Thu, 19 Sep 2013 12:18:57 -0400
User-agent: Mutt/1.5.21 (2010-09-15)

On Thu, Sep 19, 2013 at 10:33:18AM +0200, Konrad Hinsen wrote:
> Peter Colberg writes:
> 
>  > Then, how about using one subgroup per module, as follows:
> 
> Fine as well with me. The subgroups would thus be empty initially,
> unless the module itself specifies that something should go inside,
> right?

Yes, the groups are empty, and serve the purpose of holding
attributes, initially only the version number. In XML dialect,
that would be equivalent to

~~~ {.xml}
<h5md>
  <modules>
    <module1 version="1" />
    <module2 version="42" />
    <!-- ... -->
  </modules>
</h5md>
~~~

Peter



reply via email to

[Prev in Thread] Current Thread [Next in Thread]