Ladislav Lhotka writes: >If it is still possible, it would IMO make a good sense to remove that comment >from the >ABNF in 6020bis, and make this change in sec. 7.1.4: > >OLD > > A prefix is an identifier (see Section 6.2). > >NEW > > A prefix is an identifier (see Section 6.2), and it MUST NOT be the string > "xml".
Should it call out "xmlns" also? The original "xml" prohibition likely dates from JUNOS, where we encoded insert requests using the identifier name as the attribute (not yang:key), so element names followed the same rules as attributes. http://www.juniper.net/techpubs/en_US/junos14.2/topics/task/configuration/junos-xml-protocol-configuration-data-elements-reordering.html <configuration> <!-- opening tag for each parent of the set --> <ordered-set insert="(before | after)" identifier1="referent-value" identifier2="referent-value"> <identifier1>value-for-moving-object</identifier1> <identifier2>value-for-moving-object</identifier2> </ordered-set> <!-- closing tag for each parent of the set --> </configuration> Thanks, Phil _______________________________________________ netmod mailing list [email protected] https://www.ietf.org/mailman/listinfo/netmod
