This website requires JavaScript.
Explore
Help
Sign in
Stowage
/
ladybird
Watch
2
Star
0
Fork
You've already forked ladybird
0
mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced
2025-12-08 06:09:58 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
2a5e389f63
ladybird
/
Libraries
/
LibXML
/
CMakeLists.txt
7 lines
102 B
Text
Raw
Normal View
History
Unescape
Escape
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-26 21:32:57 +04:30
set(SOURCES
Parser/Parser.cpp
DOM/Node.cpp
)
LibXML: Enable EXPLICIT_SYMBOL_EXPORT
2025-08-07 14:14:12 -07:00
ladybird_lib(LibXML xml EXPLICIT_SYMBOL_EXPORT)
Reference in a new issue
Copy permalink