Chilkat C/C++ HTML Conversion Library is a unique library to convert HTML into well-formed XML.
Once HTML is converted to XHTML (i.e. well-formed XML), any existing XML parsing API can be leveraged to extract data.
Chilkat C/C++ HTML Conversion Library converts XML to the best possible plain-text representation.
Here are some key features of "Chilkat C/C++ HTML Conversion Library":
· File-to-file HTML to XML conversion.
· Memory-to-memory HTML to XML conversion.
· File-to-file HTML to plain-text conversion.
· Memory-to-memory HTML to plain-text conversion.
· Convert character encoding during conversion process.
· Flexibility in controlling how HTML entities are handled.
· Automatically convert HTML entities to corresponding 8-bit characters.
· Optionally drop all text formatting tags from the output.
· Drop/undrop specific tags from the output.
What's New in This Release: [ read full changelog ]
· All:
· Added a free supporting CkDateTime object for date/time functionality. The use of SYSTEMTIME will become deprecated in favor of methods that instead return a CkDateTime object. More information about this will be added to www.example-code.com, as well as the reference documentation.
· (Compression):
· Added the “zlib” compression algorithm to the Chilkat.Compression / CkCompression class. This is the same as “deflate”, but includes the zlib header.
(Certificate):
·
The Rfc822Name string property will return all subject alternative names (if more than one exists) in comma-separated list.
(Crypt):
·
Added “Q”, “B”, “url_oauth”, “url_rfc1738″, “url_rfc2396″, “url_rfc3986″ to the list of available encoding/decoding algorithms (i.e. the Chilkat.Crypt2.EncodingMode property).
(CkString):
·
Extended CkString so that the AppendEncoded and GetDecoded methods recognize and use any of the encoding algorithms available in the Chilkat.Crypt2.EncodingMode property.
· (HTTP):
· Fixed SynchronousReques...