Files
ladybird/Userland/Utilities
Ali Mohammad Pur 67357fe984 LibXML: Add a fairly basic XML parser
Currently this can parse XML and resolve external resources/references,
and read a DTD (but not apply or verify its rules).
That's good enough for _most_ XHTML documents as the HTML 5 spec
enforces its own rules about document well-formedness, and does not make
use of XML DTDs (aside from a list of predefined entities).

An accompanying `xml` utility is provided that can read and dump XML
documents, and can also run the XML conformance test suite.
2022-03-28 23:11:48 +02:00
..
2022-01-21 01:52:22 +01:00
2022-03-19 11:01:49 -07:00
2022-02-28 14:05:04 +01:00
2022-03-08 07:47:24 -05:00
2022-03-15 15:44:17 +00:00
2022-01-31 15:25:07 +01:00
2022-02-17 19:54:47 +01:00
2022-03-22 11:39:20 +01:00
2022-01-25 00:11:14 +00:00
2022-01-24 14:01:58 +03:30
2022-01-24 14:01:58 +03:30
2022-01-24 14:01:58 +03:30
2022-01-25 00:11:14 +00:00
2022-01-31 15:25:07 +01:00
2022-01-31 15:25:07 +01:00
2022-01-31 15:25:07 +01:00
2022-02-19 19:44:29 +01:00
2022-02-27 17:08:27 +01:00
2022-02-10 14:10:58 +00:00
2022-02-10 14:10:58 +00:00
2022-03-22 11:39:20 +01:00
2022-03-22 11:39:20 +01:00
2022-01-21 22:10:23 +01:00
2022-03-22 11:39:20 +01:00
2022-03-03 15:42:44 -08:00
2022-01-24 05:38:30 +00:00
2022-01-25 02:50:10 +00:00
2022-01-25 02:50:10 +00:00
2022-01-24 05:38:30 +00:00
2022-02-01 04:58:24 +00:00
2022-02-01 04:58:24 +00:00
2022-01-24 05:38:30 +00:00
2022-02-12 12:16:59 +01:00
2022-02-01 04:58:24 +00:00
2022-02-01 04:58:24 +00:00
2022-02-01 04:58:24 +00:00
2022-02-01 04:58:24 +00:00
2022-01-25 00:11:14 +00:00
2022-03-22 11:39:20 +01:00
2022-01-25 04:26:56 +00:00
2022-03-22 11:39:20 +01:00
2022-01-22 13:31:52 +02:00
2022-02-28 14:05:04 +01:00
2022-03-28 23:11:48 +02:00