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