Hi Ivan,

  I read through the release notes of Chlorine and Argon and could not find
any changes related to the yang-data-codec-xml bundle. The code is working
fine in Sulphur but not in Chlorine, Argon and Potassium.
 The observation is that in DOMSourceAnydata class, the line -
"reader.nextTag();" - is missing in the "writeTo" method in yangtools
version 11.0.5 whereas it is present in 8.0.6. Adding this line of code to
11.0.5 resolved the issue. This line basically helps to skip the <data> tag
in the XML DOMSource.

Wondering if this change is intended or a bug. The snippet of AnyXML used
for Normalization is as below -

<?xml version="1.0" encoding="UTF-8"?>
    <data xmlns="urn:ietf:params:xml:ns:yang:ietf-netconf-nmda">
        <control-construct xmlns="urn:onf:yang:core-model-1-4">
          <equipment>
           ........
           </equipment>
         </control-construct>
      </data>

Please clarify.
Regards,
Ravi


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#9094): https://lists.opendaylight.org/g/Discuss/message/9094
Mute This Topic: https://lists.opendaylight.org/mt/105730411/21656
Group Owner: discuss+ow...@lists.opendaylight.org
Unsubscribe: https://lists.opendaylight.org/g/Discuss/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-


Reply via email to