python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
YANG to Java for subsequent XML serialization/deserialization?
So I have YANG model files. I want to generate corresponding Java classes and be able to convert them to XML.
For now, I try the following approach:
YANG -> Relax NG -> XSD -> Java with JAXB ...
Siarhei Vouchak
Votes: 0
Answers: 0
Opendaylight Yang parser example
Is Opendaylight Yang parser actively supported and/or updated? There is no good working example of Yang parser using opendaylight APIs. The one mentioned here is not compiling -- Where to find example...
AnilJ
Votes: 0
Answers: 0