Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Inconsistency between the <sourceDesc> definiction and the example in version 0.9.3 #217

Open
daliboris opened this issue Mar 31, 2024 · 3 comments

Comments

@daliboris
Copy link
Contributor

By definition, a <sourceDesc> element can only contain <listBibl> elements as children, but the example in the definition contains a <biblStruct> element as a child:

<sourceDesc>
  <biblStruct>
     <listBibl type="dictionaries">
        <biblStruct>
           ...
        </biblStruct>
     </listBibl>
  </biblStruct>
</sourceDesc>
@laurentromary
Copy link
Contributor

Thanks for pointing to this. It looks like a clear typo to me. The outer should disappear.

@ttasovac
Copy link
Contributor

Indeed. Boris, I'd like to suggest that you submit this change along with #214 so that you can refresh your memory. I will help you with any questions, but you should give it a try.

@ttasovac
Copy link
Contributor

ttasovac commented Jun 9, 2024

@daliboris will you be able to take care of this? I will definitely help you, but I'd very much like you to refresh your memory about how to deal with the schema generation etc...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants