qt6-bb10/examples/corelib/serialization/cbordump
Edward Welbourne bcab157f75 Update table of CBOR tag descriptions in cbordump example
A comment said how to do this, so I gave it a try. Added a note to the
instructions to save the next person to look at this from, as I
initially did, thinking the comment in the generated code had the URL
wrong.

It turns out that some of the newer additions to the IANA registry
have semantics elements that spread across several lines. I don't know
the XSLT magic to replace each newline in a value, along with its
preceding and following spacs, by a single space, so adapted the XSLT
to produce C++ raw strings to wrap these multi-line entries. That'll
produce somewhat ugly output, so left a TODO for the better solution.

Task-number: QTBUG-111228
Pick-to: 6.5
Change-Id: I7d5e968284e0f1da2ec990af9512c9b7cb886792
Reviewed-by: Mikołaj Boc <Mikolaj.Boc@qt.io>
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
2023-04-19 17:40:36 +02:00
..
doc Rework documentation of cbordump example 2023-03-20 19:18:53 +01:00
CMakeLists.txt Examples: Use PRIVATE CMake linkage 2022-11-30 14:48:50 +01:00
cbordump.pro Add cmdline feature to qmake 2019-02-18 07:12:14 +00:00
main.cpp Update table of CBOR tag descriptions in cbordump example 2023-04-19 17:40:36 +02:00
tag-transform.xslt Update table of CBOR tag descriptions in cbordump example 2023-04-19 17:40:36 +02:00