Compressed Markup Language
From Just Solve the File Format Problem
(Difference between revisions)
Dan Tobias (Talk | contribs) |
m (→Sample files) |
||
(5 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
{{FormatInfo | {{FormatInfo | ||
|formattype=electronic | |formattype=electronic | ||
− | |subcat= | + | |subcat=Hypermedia |
}} | }} | ||
− | '''Compressed Markup Language''' (CML) is a compact binary form of HTML content used in the web clipping applications in | + | '''Compressed Markup Language''' (CML) is a compact binary form of HTML content used in the web clipping applications in Palm OS. The HTML code is converted to a sequence of bytes of a tokenized format. |
− | On the Palm devices, the CML code is then combined with other Web content such as images. The bytes of the binary representation are further compressed in a bitwise scheme where fewer than 8 bits are used to encode many common characters. The result is what is known as [[PQA]] format (for Palm Query Applications), which is placed into a database format similar to [[PDB]] and [[PRC]]. CML is apparently not stored separately other than as part of the PQA format. | + | On the Palm devices, the CML code is then combined with other Web content such as images. The bytes of the binary representation are further compressed in a bitwise scheme where fewer than 8 bits are used to encode many common characters. The result is what is known as [[PQA]] format (for Palm Query Applications), which is placed into a database format similar to [[Palm OS Database|PDB]] and [[PRC (Palm OS)|PRC]]. CML is apparently not stored separately other than as part of the PQA format. |
+ | |||
+ | ==See also== | ||
+ | * [[CHM|Compiled HTML Help]] - Microsoft's take on binary HTML | ||
+ | |||
+ | == Sample files == | ||
+ | * {{DexvertSamples|archive/palmWebContentRecord}} | ||
== Links == | == Links == | ||
Line 11: | Line 17: | ||
[[Category:Palm]] | [[Category:Palm]] | ||
+ | [[Category:Web]] | ||
[[Category:Markup]] | [[Category:Markup]] |
Latest revision as of 19:26, 16 February 2024
Compressed Markup Language (CML) is a compact binary form of HTML content used in the web clipping applications in Palm OS. The HTML code is converted to a sequence of bytes of a tokenized format.
On the Palm devices, the CML code is then combined with other Web content such as images. The bytes of the binary representation are further compressed in a bitwise scheme where fewer than 8 bits are used to encode many common characters. The result is what is known as PQA format (for Palm Query Applications), which is placed into a database format similar to PDB and PRC. CML is apparently not stored separately other than as part of the PQA format.
[edit] See also
- Compiled HTML Help - Microsoft's take on binary HTML