mirror of
				https://github.com/Theodor-Springmann-Stiftung/hamann-ausgabe-core.git
				synced 2025-10-30 09:45:32 +00:00 
			
		
		
		
	1. Beta-Version mit Korrekturanmerkungen
This commit is contained in:
		
							
								
								
									
										17
									
								
								HaWeb/Settings/NodeRules/LinkNode.cs
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										17
									
								
								HaWeb/Settings/NodeRules/LinkNode.cs
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,17 @@ | ||||
| namespace HaWeb.Settings.NodeRules; | ||||
|  | ||||
| using System.Collections.Generic; | ||||
| using HaWeb.XMLTests; | ||||
|  | ||||
| public class LinkNode : INodeRule | ||||
| { | ||||
|     public string Name => "link"; | ||||
|     public string XPath => "//link"; | ||||
|     public string[]? Attributes { get; } = null; | ||||
|     public string? uniquenessAttribute => null; | ||||
|     public List<(string, string, string)>? References { get; } = new List<(string, string, string)>() | ||||
|     { | ||||
|         ("ref", "//kommentar", "id"), | ||||
|         ("subref", "//subsection", "id") | ||||
|     }; | ||||
| } | ||||
		Reference in New Issue
	
	Block a user
	 Simon Martens
					Simon Martens