mirror of
https://github.com/Theodor-Springmann-Stiftung/hamann-ausgabe-core.git
synced 2025-10-30 17:55:32 +00:00
Indexnumber parsing disabled
This commit is contained in:
@@ -10,8 +10,8 @@ public class MarginalNode : INodeRule
|
||||
Documents = new[] { "stellenkommentar" },
|
||||
XPath = "//marginal"
|
||||
};
|
||||
public string[]? Attributes { get; } = { "index", "letter", "page", "line" };
|
||||
public string? uniquenessAttribute => "index";
|
||||
public string[]? Attributes { get; } = { "letter", "page", "line" };
|
||||
public string? uniquenessAttribute { get; }
|
||||
public List<(string, HamannXPath, string)>? References { get; } = new List<(string, HamannXPath, string)>()
|
||||
{
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user