Open
Description
Hello,
i want to add an Attribute which has a NULL-Value. How can you do that with the library?
SmlDocument doc = new SmlDocument("Message");
doc.Root.AddAttribute("From", "-");
This code will add the hyphen to the document but of course with quotationmarks included. I get this:
MESSAGE
FROM "-"
END
But i want this:
MESSAGE
FROM -
END
Thank You!
Metadata
Metadata
Assignees
Labels
No labels