mirror of
https://github.com/Theodor-Springmann-Stiftung/hamann-ausgabe-core.git
synced 2025-10-29 17:25:32 +00:00
Stuff
This commit is contained in:
@@ -277,6 +277,7 @@ namespace HamannPrinter
|
||||
static public Comment GetComment(XElement xelem)
|
||||
{
|
||||
//ref und subref id beziehen
|
||||
if (!xelem.HasAttributes || xelem.Attribute("ref") == null) return null;
|
||||
string refer = xelem.Attribute("ref").Value;
|
||||
string subref = xelem?.Attribute("subref")?.Value;
|
||||
Comment comm;
|
||||
|
||||
Reference in New Issue
Block a user