Skip to content

proper use of xml:id and idref attributes #164

@duncdrum

Description

@duncdrum

The guidelines data contains a few wellformedness errors because of duplicate ids appearing inside <egXML> . This could be fixed, to help avoid leading editors on a path that adds duplicate ids by following the guidelines.

I also noticed eg.:

<placeName ref="ETH1085Aggabe" xml:id="aggabe"/> 

which should be

<placeName ref="#ETH1085Aggabe" xml:id="aggabe"/> 

it might be worth going over the guidelines to check for instances where problematic markup is presented as recommended practice.

wellformedness-report.txt

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingenhancementNew feature or request

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions