XML : what is the corresponding of an empty tag in xml in yaml

To my knowledge these are the equivalents, but it does not work for log4j In xml

      <Socket name="A1" host="localHost" port="7000">          <SerializedLayout />      </Socket>    

In yml

     Socket:         name: liveSocket         host: localHost         port: 7000        SerializedLayout:             null    

No comments:

Post a Comment