ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
July 17th, 2024 | 10:00am-11:55am SGT (UTC+8) | Online

Ethereal-dev: Re: [Ethereal-dev] RFC: Print as XML

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: "Christopher St. John" <cks@xxxxxxxxxxxxxxxxx>
Date: Mon, 22 Sep 2003 11:44:38 -0500

 or, as a third alternative, the name of the node in an
attribute,  and the value of a node as the content of
the element:

 <node name="frame">
    <node name="frame.marked">0</node>
  ...

 it's nice to map the value to element content because,
well, that's what element content "means", plus you
don't have to escape quote marks, and for very large
values you have less chance of causing your xml parser
to have a fit...

-cks